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
'使用
Dim instance As IVsDataViewHierarchy
Dim itemId As Integer
Dim returnValue As IVsDataViewCommonNodeInfo
returnValue = instance.GetViewCommonNodeInfo(itemId)
IVsDataViewCommonNodeInfo GetViewCommonNodeInfo(
int itemId
)
IVsDataViewCommonNodeInfo^ GetViewCommonNodeInfo(
int itemId
)
function GetViewCommonNodeInfo(
itemId : int
) : IVsDataViewCommonNodeInfo
Parameters
itemId
Type: System.Int32A 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. |
Permissions
- 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.
See Also
Reference
IVsDataViewHierarchy Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace