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
INamedElement BoundElement { get; }
property INamedElement^ BoundElement {
INamedElement^ get();
}
abstract BoundElement : INamedElement with get
ReadOnly Property BoundElement As INamedElement
Property Value
Type: Microsoft.VisualStudio.Uml.Classes.INamedElement
See Also
ITemplateBinding Interface
Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace
Return to top