ITemplateableElement.TemplateBindings Property

 

Gets the Bindings in which this element is used.

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

Syntax

IEnumerable<ITemplateBinding> TemplateBindings { get; }
property IEnumerable<ITemplateBinding^>^ TemplateBindings {
    IEnumerable<ITemplateBinding^>^ get();
}
abstract TemplateBindings : IEnumerable<ITemplateBinding> with get
ReadOnly Property TemplateBindings As IEnumerable(Of ITemplateBinding)

Property Value

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

See Also

ITemplateableElement Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace

Return to top