GraphNodeIdPropertyDescriptor Class
This is a custom PropertyDescriptor that is used to populate a row in the PropertyGrid with XmlAttribute information and corresponding localized strings for labels and descriptions.
Assembly: Microsoft.VisualStudio.GraphModel (in Microsoft.VisualStudio.GraphModel.dll)
System.ComponentModel::MemberDescriptor
System.ComponentModel::PropertyDescriptor
Microsoft.VisualStudio.GraphModel::GraphNodeIdPropertyDescriptor
| Name | Description | |
|---|---|---|
![]() | GraphNodeIdPropertyDescriptor(GraphNodeId^, String^, String^) | Constructor. |
| Name | Description | |
|---|---|---|
![]() | AttributeArray | (Inherited from MemberDescriptor.) |
![]() | Attributes | (Inherited from MemberDescriptor.) |
![]() | Category | Gets the category of this property.(Overrides MemberDescriptor::Category.) |
![]() | ComponentType | Gets the type of the component this property is bound to.(Overrides PropertyDescriptor::ComponentType.) |
![]() | Converter | Gets the type converter for this property.(Overrides PropertyDescriptor::Converter.) |
![]() | Description | (Inherited from MemberDescriptor.) |
![]() | DesignTimeOnly | (Inherited from MemberDescriptor.) |
![]() | DisplayName | (Inherited from MemberDescriptor.) |
![]() | IsBrowsable | (Inherited from MemberDescriptor.) |
![]() | IsLocalizable | Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.(Overrides PropertyDescriptor::IsLocalizable.) |
![]() | IsReadOnly | Gets a value indicating whether this property is read-only.(Overrides PropertyDescriptor::IsReadOnly.) |
![]() | Name | (Inherited from MemberDescriptor.) |
![]() | NameHashCode | (Inherited from MemberDescriptor.) |
![]() | PropertyType | Gets the type of the property.(Overrides PropertyDescriptor::PropertyType.) |
![]() | SerializationVisibility | (Inherited from PropertyDescriptor.) |
![]() | SupportsChangeEvents | Gets a value indicating whether value change notifications for this property may originate from outside the property descriptor.(Overrides PropertyDescriptor::SupportsChangeEvents.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.



