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
'Declaration
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.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. |
.NET Framework Security
- 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