IPresentationElementWrapperFactory.GetChildShapes, méthode
Espace de noms : Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation
Assembly : Microsoft.VisualStudio.ArchitectureTools.Extensibility (dans Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntaxe
'Déclaration
Function GetChildShapes ( _
parentShape As IShape _
) As IEnumerable(Of IShape)
IEnumerable<IShape> GetChildShapes(
IShape parentShape
)
IEnumerable<IShape^>^ GetChildShapes(
IShape^ parentShape
)
abstract GetChildShapes :
parentShape:IShape -> IEnumerable<IShape>
function GetChildShapes(
parentShape : IShape
) : IEnumerable<IShape>
Paramètres
- parentShape
Type : Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation.IShape
Valeur de retour
Type : System.Collections.Generic.IEnumerable<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, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
IPresentationElementWrapperFactory Interface
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Presentation, espace de noms