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.
Sets the navigability of this end of an association.
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.dll)
Syntax
public static void SetNavigable(
this IProperty associationEnd,
bool navigable
)
public:
[ExtensionAttribute]
static void SetNavigable(
IProperty^ associationEnd,
bool navigable
)
static member SetNavigable :
associationEnd:IProperty *
navigable:bool -> unit
<ExtensionAttribute>
Public Shared Sub SetNavigable (
associationEnd As IProperty,
navigable As Boolean
)
Parameters
- associationEnd
Type: Microsoft.VisualStudio.Uml.Classes.IProperty
- navigable
Type: System.Boolean
See Also
ClassifierExtensions Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Uml Namespace
Return to top