ClassViewNavigationInfo Class

 

Represents information about each element that can appear in the diagram. Information about each element is displayed as a node in the Class View window.

Namespace:   Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)

System::Object
  Microsoft.VisualStudio.Modeling.Shell::ClassViewNavigationInfo

public ref class ClassViewNavigationInfo abstract sealed 

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticGetData(IDataObject^)

Gets information about the elements that appear as nodes in a tree view.

System_CAPS_pubmethodSystem_CAPS_staticIsDataPresent(IDataObject^)

Verifies whether an element contains a project name, reference name, full name, and node type.

System_CAPS_pubmethodSystem_CAPS_staticIsDataPresent(IDataObject^, ClassViewNavigationInfoTypes, Boolean, Boolean)

Verifies whether an element contains a project name, reference name, full name, and node type. Also verifies whether an element is of a specific format.

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticClipFormat

Displays the string, Object Navigation Info Format, if the return value for IsDataPresent is true.

When you drag an element into a diagram, this class gets the information about that element.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: