Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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