The interface supported by options providers.
More...
List of all members.
Properties |
ISkpNamedValues | Options [get] |
| [propget] Returns the name value pairs as an ISkpNamedValues object.
|
BSTR | Name [get] |
| [propget] Returns the name of this options provider.
|
VARIANT | Option ([in] BSTR optionName) [get] |
| [propget] Returns the option with the given name.
|
Detailed Description
The interface supported by options providers.
Supported OptionProviders
-
RenderingOptions
-
ShadowOptions
-
SlideshowOptions
-
UnitsOptions
-
AxisOptions
-
PageOptions
Property Documentation
BSTR ISkpOptionsProvider::Name [get] |
[propget] Returns the name of this options provider.
- Return values:
-
| pVal | The name of this options provider. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : indicates internal errors
VARIANT ISkpOptionsProvider::Option([in] BSTR optionName) [get] |
[propget] Returns the option with the given name.
- Return values:
-
| pVal | The value of the option with the given name. |
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_INVALIDARG : the given name does not match an option in this provider.
E_FAIL : indicates internal errors
[propget] Returns the name value pairs as an ISkpNamedValues object.
- Return values:
-
- Returns:
- S_OK : if successful
E_POINTER : if any of the inputs are NULL
E_FAIL : indicates internal errors