ITuningSpaceContainer Interface
The ITuningSpaceContainer interface is implemented on the SystemTuningSpaces object. It provides access to all tuning spaces installed on the host system.
Methods
The ITuningSpaceContainer interface inherits the methods of the IDispatch interface.
In addition, ITuningSpaceContainer defines the following methods.
Method | Description |
---|---|
_TuningSpacesForCLSID |
Retrieves a collection of tuning spaces that match the specified CLSID. (For use by C++ clients.) |
Adds a new persistent tuning space to the system. |
|
Retrieves the ID of a specified tuning space within the collection. |
|
Enumeration method to support For...Each loops in Automation clients. |
|
Retrieves the number of tuning spaces currently available on the local system. |
|
Retrieves a collection of all tuning spaces available on the local system. |
|
Retrieves a tuning space with the specified ID. |
|
Retrieves the maximum number of tuning spaces allowed on the system. |
|
Saves changes to an existing tuning space in the collection. |
|
Sets the maximum number of tuning spaces allowed on the system. |
|
Permanently removes a tuning space from the system. |
|
TuningSpacesForCLSID |
Retrieves a collection of tuning spaces that match the specified CLSID string. (For use by Automation clients.) |
Retrieves a collection of tuning spaces that match the specified name. |
See Also
Send comments about this topic to Microsoft
Build date: 12/4/2008