IVsProjectFactory2::GetAsynchOpenProjectType Method (UInt32)

 

Returns the asynchronous open type that the project supports.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)

int GetAsynchOpenProjectType(
	[OutAttribute] unsigned int% pType
)

Parameters

pType
Type: System::UInt32

[out] The asynchronous open type.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell80.idl:

[C++]

HRESULT IVsProjectFactory2::GetAsynchOpenProjectType();
Return to top
Show: