GraphNodeIdPropertyDescriptor.ComponentType Property

Gets the type of the component this property is bound to.

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

Syntax

'Declaration
Public Overrides ReadOnly Property ComponentType As Type
public override Type ComponentType { get; }
public:
virtual property Type^ ComponentType {
    Type^ get () override;
}
abstract ComponentType : Type with get 
override ComponentType : Type with get
override function get ComponentType () : Type

Property Value

Type: Type
Returns Type.

.NET Framework Security

See Also

Reference

GraphNodeIdPropertyDescriptor Class

Microsoft.VisualStudio.GraphModel Namespace