Partager via


ShapeElement.CreateShapeFields, méthode

Crée une collection de champs de forme pour le type de forme.

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 Function CreateShapeFields As List(Of ShapeField)
protected List<ShapeField> CreateShapeFields()

Valeur de retour

Type : System.Collections.Generic.List<ShapeField>
Une collection de champs de forme pour le type de forme.

Notes

Ce appels de méthode InitializeShapeFields () après avoir instancié une collection de champs vide de forme.

Exemples

public override global::System.Collections.Generic.IList<DslDiagrams::ShapeField> ShapeFields
{
get
{
if (shapeFields == null)
{
shapeFields = CreateShapeFields();
}
return shapeFields;
}
}

Sécurité .NET Framework

Voir aussi

Référence

ShapeElement Classe

Microsoft.VisualStudio.Modeling.Diagrams, espace de noms