共用方式為


IVsDataViewHierarchy.GetViewCommonNodeInfo(Int32) Method

Definition

Returns the IVsDataViewCommonNodeInfo for the specified node.

public:
 Microsoft::VisualStudio::Data::Services::IVsDataViewCommonNodeInfo ^ GetViewCommonNodeInfo(int itemId);
public Microsoft.VisualStudio.Data.Services.IVsDataViewCommonNodeInfo GetViewCommonNodeInfo (int itemId);
abstract member GetViewCommonNodeInfo : int -> Microsoft.VisualStudio.Data.Services.IVsDataViewCommonNodeInfo
Public Function GetViewCommonNodeInfo (itemId As Integer) As IVsDataViewCommonNodeInfo

Parameters

itemId
Int32

A numerical identifier for the node.

Returns

An IVsDataViewCommonNodeInfo object.

Exceptions

The itemId parameter is not valid.

Applies to