Condividi tramite


Metodo ShapeElement.ChooseRelationship

Seleziona a quale elenco figlio deve essere aggiunta una nuova forma figlio: NestedChildShapes o RelativeChildShapes.

Spazio dei nomi:  Microsoft.VisualStudio.Modeling.Diagrams
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)

Sintassi

'Dichiarazione
Protected Overridable Function ChooseRelationship ( _
    childShape As ShapeElement _
) As ShapeElement.RelationshipType
protected virtual ShapeElement.RelationshipType ChooseRelationship(
    ShapeElement childShape
)

Parametri

Valore restituito

Tipo: Microsoft.VisualStudio.Modeling.Diagrams.ShapeElement.RelationshipType
Valore enumerato che indica a quale set deve appartenere la forma.

Note

Per ulteriori informazioni, vedere FixUpChildShapes.

Sicurezza di .NET Framework

Vedere anche

Riferimenti

ShapeElement Classe

Spazio dei nomi Microsoft.VisualStudio.Modeling.Diagrams