ShapeElement.GetSubFieldRepresentedProperty, méthode
Obtient la propriété pour le champ enfant.
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
Public Overridable Function GetSubFieldRepresentedProperty ( _
field As ShapeField, _
subfield As ShapeSubField _
) As DomainPropertyInfo
public virtual DomainPropertyInfo GetSubFieldRepresentedProperty(
ShapeField field,
ShapeSubField subfield
)
Paramètres
- field
Type : Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
Le champ parent pour le champ enfant.
- subfield
Type : Microsoft.VisualStudio.Modeling.Diagrams.ShapeSubField
Le champ enfant.
Valeur de retour
Type : Microsoft.VisualStudio.Modeling.DomainPropertyInfo
La propriété pour le champ enfant.
Notes
Cela est prévu pour être utilisé par modification sur place.
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.