Partilhar via


Propriedade ITemplateBinding.BoundElement

Obtém o elemento que está vinculado por essa ligação.

Namespace:  Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
ReadOnly Property BoundElement As INamedElement
    Get
INamedElement BoundElement { get; }
property INamedElement^ BoundElement {
    INamedElement^ get ();
}
abstract BoundElement : INamedElement
function get BoundElement () : INamedElement

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Classes.INamedElement

Segurança do .NET Framework

Consulte também

Referência

ITemplateBinding Interface

Namespace Microsoft.VisualStudio.Uml.AuxiliaryConstructs