ElementTypeDescriptor::ComponentType Property

 

Gets the Type of the model element that this class is representing.

Namespace:   Microsoft.VisualStudio.Modeling.Design
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.12.0.dll)

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

Property Value

Type: System::Type^

The type of the model element that this class is representing.

Return to top
Show: