ClassifierExtensions::SetNavigable Method (IProperty^, Boolean)

 

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)

public:
[ExtensionAttribute]
static void SetNavigable(
	IProperty^ associationEnd,
	bool navigable
)

Parameters

associationEnd
Type: Microsoft.VisualStudio.Uml.Classes::IProperty^

navigable
Type: System::Boolean

Return to top
Show: