IVsDataViewHierarchy.GetViewCommonNodeInfo, méthode

Retourne IVsDataViewCommonNodeInfo pour le nœud spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
Function GetViewCommonNodeInfo ( _
    itemId As Integer _
) As IVsDataViewCommonNodeInfo
IVsDataViewCommonNodeInfo GetViewCommonNodeInfo(
    int itemId
)
IVsDataViewCommonNodeInfo^ GetViewCommonNodeInfo(
    int itemId
)
abstract GetViewCommonNodeInfo : 
        itemId:int -> IVsDataViewCommonNodeInfo
function GetViewCommonNodeInfo(
    itemId : int
) : IVsDataViewCommonNodeInfo

Paramètres

  • itemId
    Type : Int32

    Un identificateur numérique du nœud.

Valeur de retour

Type : Microsoft.VisualStudio.Data.Services.IVsDataViewCommonNodeInfo
Objet IVsDataViewCommonNodeInfo.

Exceptions

Exception Condition
ArgumentOutOfRangeException

Le paramètre itemId n'est pas valide.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms