IShape.ParentShape, propriété
La forme qui contient cette forme, ou null. Si ParentShape n'est pas null, cette forme est membre de ParentShape.ChildShapes.
Espace de noms : Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly : Microsoft.VisualStudio.ArchitectureTools.Extensibility (dans Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntaxe
'Déclaration
ReadOnly Property ParentShape As IShape
IShape ParentShape { get; }
property IShape^ ParentShape {
IShape^ get ();
}
abstract ParentShape : IShape with get
function get ParentShape () : IShape
Valeur de propriété
Type : Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape
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, voir Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation, espace de noms