IVsProjectFactory2::GetAsynchOpenProjectType Method (UInt32)
Visual Studio 2015
Returns the asynchronous open type that the project supports.
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Parameters
- pType
-
Type:
System::UInt32
[out] The asynchronous open type.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell80.idl:
[C++]
HRESULT IVsProjectFactory2::GetAsynchOpenProjectType();
Show: