GraphNodeIdPropertyDescriptor Methods

 

Namespace:   Microsoft.VisualStudio.GraphModel
Assembly:  Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)

NameDescription
System_CAPS_pubmethodAddValueChanged(Object^, EventHandler^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodCanResetValue(Object^)

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

System_CAPS_protmethodCreateAttributeCollection()

(Inherited from MemberDescriptor.)

System_CAPS_protmethodCreateInstance(Type^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodEquals(Object^)

(Inherited from PropertyDescriptor.)

System_CAPS_protmethodFillAttributes(IList^)

Adds the attributes of the PropertyDescriptor to the specified list of attributes in the parent class.(Overrides PropertyDescriptor::FillAttributes(IList^).)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetChildProperties()

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetChildProperties(array<Attribute^>^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetChildProperties(Object^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetChildProperties(Object^, array<Attribute^>^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetEditor(Type^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetHashCode()

(Inherited from PropertyDescriptor.)

System_CAPS_protmethodGetInvocationTarget(Type^, Object^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodGetTypeFromName(String^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodGetValue(Object^)

Gets the current value of the property on a component.(Overrides PropertyDescriptor::GetValue(Object^).)

System_CAPS_protmethodGetValueChangedHandler(Object^)

(Inherited from PropertyDescriptor.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_protmethodOnValueChanged(Object^, EventArgs^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodRemoveValueChanged(Object^, EventHandler^)

(Inherited from PropertyDescriptor.)

System_CAPS_pubmethodResetValue(Object^)

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

System_CAPS_pubmethodSetValue(Object^, Object^)

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

System_CAPS_pubmethodShouldSerializeValue(Object^)

Determines a value indicating whether the value of this property has to be persisted.(Overrides PropertyDescriptor::ShouldSerializeValue(Object^).)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Return to top
Show: