Share via


IVsIntellisenseProject.GetCompilerReference(Object) Method

Definition

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.

Applies to