| Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |
When you invoke the CreateListView method, you specify a list of objects. The view list always represents the current configuration of the virtual environment and reflects any subsequent changes that occur.
Properties
Name | Type | Description |
---|---|---|
None | ||
Properties inherited from ManagedObjectView | ||
view | ||
Properties inherited from View | ||
None |
Methods
Methods defined in this Managed Object |
---|
ModifyListView, ResetListView, ResetListViewFromView |
Methods inherited from ManagedObjectView |
None |
Methods inherited from View |
DestroyView |
May partially succeed if some objects could not be resolved. The operation will still succeed for all objects which could be resolved, and the list of those which failed is returned as the result.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ListView used to make the method call. |
add* P | ManagedObjectReference[] |
Optional list of objects to add to the view.
|
remove* P | ManagedObjectReference[] |
Optional list of objects to remove from the view.
|
Return Value
Type | Description |
---|---|
ManagedObjectReference[] | A list containing any objects in 'add' that could not be resolved. |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
May partially succeed if some objects could not be resolved. The operation will still succeed for all objects which could be resolved, and the list of those which failed is as the result.
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ListView used to make the method call. |
obj* P | ManagedObjectReference[] |
The new list of objects.
|
Return Value
Type | Description |
---|---|
ManagedObjectReference[] | A list containing any objects in 'obj' that could not be resolved. |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Parameters
Name | Type | Description |
---|---|---|
_this | ManagedObjectReference | A reference to the ListView used to make the method call. |
view | ManagedObjectReference
to a View |
The view to copy objects from.
|
Return Value
Type | Description |
---|---|
None |
Faults
Type | Description |
---|---|
RuntimeFault | Thrown if any type of runtime fault is thrown that is not covered by the other faults; for example, a communication error. |
Events
Type | |
---|---|
None |
Top of page | Local Methods | ||
Managed Object Types | Data Object Types | All Properties | All Methods |