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)

public:
property Type^ ComponentType {
	virtual Type^ get() override;
}

Property Value

Type: System::Type^

Returns Type.

Return to top
Show: