ElementTypeDescriptionProvider::CreateCustomTypeDescriptor Method (ICustomTypeDescriptor^, ModelElement^)

 

Overridables for the derived class to provide an ICustomTypeDescriptor (that doesn't need to be an ElementTypeDescriptor). Base implementation simply calls CreateTypeDescriptor() to create an ElementTypeDescriptor.

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

protected:
virtual ICustomTypeDescriptor^ CreateCustomTypeDescriptor(
	ICustomTypeDescriptor^ parent,
	ModelElement^ element
)

Parameters

parent
Type: System.ComponentModel::ICustomTypeDescriptor^

Parent custom type descriptor.

element
Type: Microsoft.VisualStudio.Modeling::ModelElement^

Element to be described.

Return to top
Show: