ElementTypeDescriptionProvider::CreateCustomTypeDescriptor Method (ICustomTypeDescriptor^, ModelElement^)
Visual Studio 2015
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.
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 Value
Type: System.ComponentModel::ICustomTypeDescriptor^
Show: