IVsProjectFactory2.GetAsynchOpenProjectType(UInt32) Method

Definition

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();  

Applies to