Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Retrieves an array of the static node IDs that are children of the specified item ID.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Public Function GetChildStaticNodeIds ( _
itemId As Integer _
) As String()
public string[] GetChildStaticNodeIds(
int itemId
)
public:
array<String^>^ GetChildStaticNodeIds(
int itemId
)
member GetChildStaticNodeIds :
itemId:int -> string[]
public function GetChildStaticNodeIds(
itemId : int
) : String[]
Parameters
- itemId
Type: System.Int32
The item ID of a parent node.
Return Value
Type: array<System.String[]
Returns an array of the static node item IDs representing children of the specified item ID.
Exceptions
Exception | Condition |
---|---|
ArgumentException | The specified itemId is invalid. |
Remarks
This method helps provide context on where a given item ID is located in the tree.
.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.