Returns the node specified by the item ID.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Function NodeFromItemId ( _
itemId As UInteger _
) As HierarchyNode
'使用
Dim instance As ProjectNode
Dim itemId As UInteger
Dim returnValue As HierarchyNode
returnValue = instance.NodeFromItemId(itemId)
public HierarchyNode NodeFromItemId(
uint itemId
)
public:
HierarchyNode^ NodeFromItemId(
unsigned int itemId
)
public function NodeFromItemId(
itemId : uint
) : HierarchyNode
Parameters
itemId
Type: System.UInt32ID of the project item.
Return Value
Type: Microsoft.VisualStudio.Package.HierarchyNode
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.