IDocumentSite::GetCompiler Method (Guid, IntPtr)
Visual Studio 2015
Returns the requested interface of the compiler for the document.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- iid
-
Type:
System::Guid
[in] Requested interface (REFIID).
- ppvObj
-
Type:
System::IntPtr
[out] The desired interface.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From objext.idl:
HRESULT IDocumentSite::GetCompiler( [in] REFIID iid, [out] void** ppvObj );
Show: