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)
IEnumerable<ITemplateBinding> TemplateBindings { get; }
property IEnumerable<ITemplateBinding^>^ TemplateBindings {
IEnumerable<ITemplateBinding^>^ get ();
}
abstract TemplateBindings : IEnumerable<ITemplateBinding> with get
function get TemplateBindings () : IEnumerable<ITemplateBinding>
Property Value
Type: System.Collections.Generic.IEnumerable<ITemplateBinding>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.