IVsProjectFactory2.GetAsynchOpenProjectType(UInt32) Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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
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();