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.
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0.dll)
| Name | Description | |
|---|---|---|
![]() ![]() | GetData(IDataObject^) | Gets information about the elements that appear as nodes in a tree view. |
![]() ![]() | IsDataPresent(IDataObject^) | Verifies whether an element contains a project name, reference name, full name, and node type. |
![]() ![]() | IsDataPresent(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. |
| Name | Description | |
|---|---|---|
![]() ![]() | ClipFormat | 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.


