PropertyExtension<TTargetElementType> Methods

 

Namespace:   Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Methods

Name Description
System_CAPS_pubmethod AddValueChanged(Object, EventHandler)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod CanResetValue(Object)

Returns whether resetting an object changes its value.(Overrides PropertyDescriptor.CanResetValue(Object).)

System_CAPS_protmethod CreateAttributeCollection()

(Inherited from MemberDescriptor.)

System_CAPS_protmethod CreateInstance(Type)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod Equals(Object)

(Inherited from PropertyDescriptor.)

System_CAPS_protmethod FillAttributes(IList)

(Inherited from PropertyDescriptor.)

System_CAPS_protmethod Finalize()

(Inherited from Object.)

System_CAPS_pubmethod GetChildProperties()

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod GetChildProperties(Attribute[])

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod GetChildProperties(Object)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod GetChildProperties(Object, Attribute[])

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod GetEditor(Type)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod GetHashCode()

(Inherited from PropertyDescriptor.)

System_CAPS_protmethod GetInvocationTarget(Type, Object)

(Inherited from PropertyDescriptor.)

System_CAPS_protmethod GetTargetElement(Object)

Gets the strongly typed element given a component.

System_CAPS_pubmethod GetType()

(Inherited from Object.)

System_CAPS_protmethod GetTypeFromName(String)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod GetValue(Object)

gets the current value of the property on a component.(Overrides PropertyDescriptor.GetValue(Object).)

System_CAPS_protmethod GetValueChangedHandler(Object)

(Inherited from PropertyDescriptor.)

System_CAPS_protmethod MemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethod OnValueChanged(Object, EventArgs)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod RemoveValueChanged(Object, EventHandler)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethod ResetValue(Object)

Resets the value for this property of the component to the default value.(Overrides PropertyDescriptor.ResetValue(Object).)

System_CAPS_pubmethod SetValue(Object, Object)

Sets the value of the component to a different value.(Overrides PropertyDescriptor.SetValue(Object, Object).)

System_CAPS_pubmethod ShouldSerializeValue(Object)

Determines whether the value of this property needs to be persisted.(Overrides PropertyDescriptor.ShouldSerializeValue(Object).)

System_CAPS_pubmethod ToString()

(Inherited from Object.)

Explicit Interface Implementations

Name Description
System_CAPS_pubinterfaceSystem_CAPS_privmethod IPropertyExtension.GetPropertyDescriptor()

See Also

PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace

Return to top