IVsIntellisenseProject.GetCompilerReference(Object) 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 a pointer to the IUnknown interface of the compiler for the project.
public:
int GetCompilerReference([Runtime::InteropServices::Out] System::Object ^ % ppCompilerReference);
int GetCompilerReference([Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & ppCompilerReference);
public int GetCompilerReference (out object ppCompilerReference);
abstract member GetCompilerReference : obj -> int
Public Function GetCompilerReference (ByRef ppCompilerReference As Object) As Integer
Parameters
- ppCompilerReference
- Object
[out] Pointer to the IUnknown
interface of the compiler for the project.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.