Gets information about the elements that appear as nodes in a tree view.
Namespace:  Microsoft.VisualStudio.Modeling.Shell
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.Shell.12.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.12.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: System.Windows.Forms.IDataObjectThe 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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.