CreateOptions Method
Returns an IOptions Interface to be used to create the initial interface for integrating Microsoft Visual Studio Tools for Applications 2012.
Syntax
HRESULT CreateOptions( IOptions** ppOptions);
Parameters
ppOptions
[out, retval] The created instance of IOptions.
Return Value
One of the standard HRESULT
values.
Remarks
This method is optional since the pOptions
parameter in CreateSessionManager Method is marked _In_opt_
and treated accordingly.
This method is defined in the file vsta.h.
Requirements
DLL | VstaCore.dll |
Library | VstaCore.lib |
Header | Vsta.h |