IVsDataViewHierarchy.GetViewCommonNodeInfo(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.