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

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

Property Value

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

.NET Framework Security

See Also

Reference

ITemplateableElement Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace