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
    Get
INamedElement BoundElement { get; }
property INamedElement^ BoundElement {
    INamedElement^ get ();
}
abstract BoundElement : INamedElement
function get BoundElement () : INamedElement

Property Value

Type: Microsoft.VisualStudio.Uml.Classes.INamedElement

.NET Framework Security

See Also

Reference

ITemplateBinding Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace