DOMAttributeSet

From Virtual World Web Wiki
Jump to: navigation, search

Represents the set of properties defined on a DOM Object or DOMPropertyItem

Remarks [edit]

Properties

int Count {get;}
DOMObject Owner {get;}
string PropertyName {get;}

Methods

AttributeCollection GetAttributes()
string GetClassName()
string GetComponentName()
TypeConverter GetConverter()
EventDescriptor GetDefaultEvent()
PropertyDescriptor GetDefaultProperty()
object GetEditor(Type editorBaseType)
IEnumerator<DOMAttribute> GetEnumerator()
EventDescriptorCollection GetEvents(Attribute[] attributes)
EventDescriptorCollection GetEvents()
PropertyDescriptorCollection GetProperties()
PropertyDescriptorCollection GetProperties(Attribute[] attributes)
object GetPropertyOwner(PropertyDescriptor pd)
string ToString()