Share via


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 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.dll)

Syntax

'Declaration
Public NotInheritable Class ClassViewNavigationInfo
'Usage
You do not need to declare an instance of a static class in order to access its members.
public static class ClassViewNavigationInfo
public ref class ClassViewNavigationInfo abstract sealed
public final class ClassViewNavigationInfo

Remarks

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

Inheritance Hierarchy

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

Thread Safety

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

See Also

Reference

ClassViewNavigationInfo Members

Microsoft.VisualStudio.Modeling.Shell Namespace