IVsProjectFactory2.GetAsynchOpenProjectType(UInt32) 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.
Returns the asynchronous open type that the project supports.
public:
int GetAsynchOpenProjectType([Runtime::InteropServices::Out] System::UInt32 % pType);
int GetAsynchOpenProjectType([Runtime::InteropServices::Out] unsigned int & pType);
public int GetAsynchOpenProjectType (out uint pType);
abstract member GetAsynchOpenProjectType : uint32 -> int
Public Function GetAsynchOpenProjectType (ByRef pType As UInteger) As Integer
Parameters
- pType
- UInt32
[out] The asynchronous open type.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell80.idl:
[C++]
HRESULT IVsProjectFactory2::GetAsynchOpenProjectType();