IVsProjectFactory2.GetAsynchOpenProjectType(UInt32) Yöntem

Tanım

Projenin desteklediği zaman uyumsuz açık türü döndürür.

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

Parametreler

pType
UInt32

dışı Zaman uyumsuz açık türü.

Döndürülenler

Int32

Yöntem başarılı olursa, döndürür S_OK . Başarısız olursa, bir hata kodu döndürür.

Açıklamalar

COM Imzası

Vsshell80. IDL adresinden:

[C++]

HRESULT IVsProjectFactory2::GetAsynchOpenProjectType();  

Şunlara uygulanır