PresentationElementTypeDescriptionProvider.CreatePresentationElementTypeDescriptor, méthode
Créez un nouveau PresentationElementTypeDescriptor pour que la grille des propriétés affiche les propriétés.La classe dérive de PresentationElementTypeDescriptionProvider peut substituer cette méthode pour fournir son propre descripteur de type.
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Syntaxe
'Déclaration
Protected Overridable Function CreatePresentationElementTypeDescriptor ( _
parent As ICustomTypeDescriptor, _
presentationElement As PresentationElement, _
selectedElement As ModelElement _
) As PresentationElementTypeDescriptor
protected virtual PresentationElementTypeDescriptor CreatePresentationElementTypeDescriptor(
ICustomTypeDescriptor parent,
PresentationElement presentationElement,
ModelElement selectedElement
)
Paramètres
- parent
Type : System.ComponentModel.ICustomTypeDescriptor
- presentationElement
Type : Microsoft.VisualStudio.Modeling.Diagrams.PresentationElement
- selectedElement
Type : Microsoft.VisualStudio.Modeling.ModelElement
Valeur de retour
Type : Microsoft.VisualStudio.Modeling.Diagrams.PresentationElementTypeDescriptor
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.