PresentationElementTypeDescriptionProvider::CreatePresentationElementTypeDescriptor Method (ICustomTypeDescriptor^, PresentationElement^, ModelElement^)

 

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.

Namespace:   Microsoft.VisualStudio.Modeling.Diagrams
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
)
Return to top
Show: