ModelItemExtensions Members
Include Protected Members
Include Inherited Members
Include .NET Framework Members
Include .NET Compact Framework Members
Include XNA Framework Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Implements extensions to the base model item.
The ModelItemExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
FindParentModelItem | Determines the parent model item, based on the specified item and parent type. | |
GetEditingContext | Retrieves the editing context of the specified model item. | |
GetModelItemFromPath | Retrieves a model item from the specified path and root. | |
GetModelPath | Retrieves the path of the specified model item. | |
GetParentEnumerator | Overloaded. Retrieves an enumerator that contains the parents of the specified item. | |
GetUniqueName | Overloaded. Retrieves the unique name of an item. | |
SwitchKeys | Overloaded. Switches out the keys in the specified dictionary. | |
TryGetPropertyValue | Overloaded. Attempts to retrieve the value of the specified item at the specified path. | |
TrySetPropertyValue | Attempts to set the specified property value using the specified item, wrapped value, and path. |
Top