다음을 통해 공유


IVsDataViewHierarchy.GetViewCommonNodeInfo Method

Returns the IVsDataViewCommonNodeInfo for the specified node.

Namespace:  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly:  Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)

Syntax

‘선언
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

Parameters

  • itemId
    Type: System.Int32
    A numerical identifier for the node.

Return Value

Type: Microsoft.VisualStudio.Data.Services.IVsDataViewCommonNodeInfo
An IVsDataViewCommonNodeInfo object.

Exceptions

Exception Condition
ArgumentOutOfRangeException

The itemId parameter is not valid.

.NET Framework Security

See Also

Reference

IVsDataViewHierarchy Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace