IVsIntellisenseProjectHost.GetCompilerOptions(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the current compiler options.
public:
int GetCompilerOptions([Runtime::InteropServices::Out] System::String ^ % pbstrOptions);
int GetCompilerOptions([Runtime::InteropServices::Out] std::wstring const & & pbstrOptions);
public int GetCompilerOptions (out string pbstrOptions);
abstract member GetCompilerOptions : string -> int
Public Function GetCompilerOptions (ByRef pbstrOptions As String) As Integer
Parameters
- pbstrOptions
- String
[out] Pointer to a string containing the current compiler options.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.