Share via


ClassViewNavigationInfo.GetData Method

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

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

Syntax

'Declaration
Public Shared Function GetData ( _
    data As IDataObject _
) As ClassViewNavigationInfoNode()
public static ClassViewNavigationInfoNode[] GetData(
    IDataObject data
)
public:
static array<ClassViewNavigationInfoNode>^ GetData(
    IDataObject^ data
)
static member GetData : 
        data:IDataObject -> ClassViewNavigationInfoNode[] 
public static function GetData(
    data : IDataObject
) : ClassViewNavigationInfoNode[]

Parameters

  • data
    Type: IDataObject

    The element.

Return Value

Type: array<Microsoft.VisualStudio.Modeling.Shell.ClassViewNavigationInfoNode[]
The information about the elements that appear as nodes in a tree view.

Remarks

The following table lists the information that is available for each element that is returned:

Item

Description

Project Name

The name of the project to which the element is assigned.

Reference Name

The reference name of the element.

Full Name

The fully qualified dot (.) delimited name of the element.

Node Type

The type of node to which the element is assigned. For more information about the types of nodes that are available, see ClassViewNavigationInfoTypes.

.NET Framework Security

See Also

Reference

ClassViewNavigationInfo Class

Microsoft.VisualStudio.Modeling.Shell Namespace