PresentationElementTypeDescriptionProvider::CreatePresentationElementTypeDescriptor Method (ICustomTypeDescriptor^, PresentationElement^, ModelElement^)
Visual Studio 2015
Create a new PresentationElementTypeDescriptor for the property grid to render the properties. Class derives from PresentationElementTypeDescriptionProvider can override this method to provide his/her own type descriptor.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
protected: virtual PresentationElementTypeDescriptor^ CreatePresentationElementTypeDescriptor( ICustomTypeDescriptor^ parent, PresentationElement^ presentationElement, ModelElement^ selectedElement )
Parameters
- parent
- Type: System.ComponentModel::ICustomTypeDescriptor^
- presentationElement
- Type: Microsoft.VisualStudio.Modeling.Diagrams::PresentationElement^
- selectedElement
- Type: Microsoft.VisualStudio.Modeling::ModelElement^
Return Value
Type: Microsoft.VisualStudio.Modeling.Diagrams::PresentationElementTypeDescriptor^
Show: