Compartir a través de


ITemplateableElement.TemplateBindings (Propiedad)

Obtiene los enlaces en los que se utiliza este elemento.

Espacio de nombres:  Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
ReadOnly Property TemplateBindings As IEnumerable(Of ITemplateBinding)
IEnumerable<ITemplateBinding> TemplateBindings { get; }
property IEnumerable<ITemplateBinding^>^ TemplateBindings {
    IEnumerable<ITemplateBinding^>^ get ();
}
abstract TemplateBindings : IEnumerable<ITemplateBinding>
function get TemplateBindings () : IEnumerable<ITemplateBinding>

Valor de propiedad

Tipo: System.Collections.Generic.IEnumerable<ITemplateBinding>

Seguridad de .NET Framework

Vea también

Referencia

ITemplateableElement Interfaz

Microsoft.VisualStudio.Uml.AuxiliaryConstructs (Espacio de nombres)