ITemplateBinding.BoundElement Property
Gets the element that is bound by this binding.
Namespace: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly: Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)
Syntax
'Declaration
ReadOnly Property BoundElement As INamedElement
INamedElement BoundElement { get; }
property INamedElement^ BoundElement {
INamedElement^ get ();
}
abstract BoundElement : INamedElement with get
function get BoundElement () : INamedElement
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.INamedElement
.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.