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.
An IReference can link an IElement to a work item, a URL, or an element in another model. Use IElement.AddReference() to create the link.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public interface IReference
public interface class IReference
type IReference = interface end
Public Interface IReference
Properties
Name | Description | |
---|---|---|
![]() |
Name | Indicates what kind of reference this is. You can use a custom value, or one of the set defined in ReferenceConstants. |
![]() |
Value | Get/set the reference Value. The type depends on the Reference Name. |
Methods
Name | Description | |
---|---|---|
![]() |
Delete() | Remove the reference from the model element. |
Remarks
For more information about UML diagrams, see Create models for your app.
For more information about using the UML API, see Extend UML models and diagrams.
See Also
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top