ContextNodeCollection.Item Property
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
Gets the ContextNode object at the specified index or identifier within the ContextNodeCollection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
Item[Guid] | Gets the ContextNode object with a specified GUID belonging to the ContextNodeCollection. | |
Item[Int32] | Gets the ContextNode object at the specified index within the ContextNodeCollection. |
Top