ElementTypeDescriptionProvider::CreateCustomTypeDescriptor Method (ICustomTypeDescriptor^, Type^)
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, Type^ modelElementType )
Parameters
- parent
-
Type:
System.ComponentModel::ICustomTypeDescriptor^
Parent custom type descriptor.
- modelElementType
-
Type:
System::Type^
Type of element to be described.
Return Value
Type: System.ComponentModel::ICustomTypeDescriptor^
Show: