Aracılığıyla paylaş


IVsSolutionBuildManager2.StartUpdateProjectConfigurations Yöntem (UInt32, IVsHierarchy , UInt32, Int32)

 

Oluşturur, siler veya projelerin listesini dağıtır.

Ad Alanı:   Microsoft.VisualStudio.Shell.Interop
Derleme:  Microsoft.VisualStudio.Shell.Interop (Microsoft.VisualStudio.Shell.Interop.dll içinde)

Sözdizimi

int StartUpdateProjectConfigurations(
    uint cProjs,
    IVsHierarchy[] rgpHierProjs,
    uint dwFlags,
    int fSuppressUI
)
int StartUpdateProjectConfigurations(
    unsigned int cProjs,
    array<IVsHierarchy^>^ rgpHierProjs,
    unsigned int dwFlags,
    int fSuppressUI
)
abstract StartUpdateProjectConfigurations : 
        cProjs:uint32 *
        rgpHierProjs:IVsHierarchy[] *
        dwFlags:uint32 *
        fSuppressUI:int -> int
Function StartUpdateProjectConfigurations (
    cProjs As UInteger,
    rgpHierProjs As IVsHierarchy(),
    dwFlags As UInteger,
    fSuppressUI As Integer
) As Integer

Parametreler

  • cProjs
    [in] Oluşturmak için projeler sayımı.
  • rgpHierProjs
    [in] Oluşturulacak proje listesini belirtir.
  • fSuppressUI
    [in] Ayarlamak true görüntülenmez; herhangi bir iletişim kutuları için varsayılan yanıt kullanmak için Aksi halde false.

Dönüş Değeri

Type: System.Int32

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

Notlar

com imzası

Vsshell.idl:

HRESULT IVsSolutionBuildManager2::StartUpdateProjectConfigurations(
   [in] UINT cProjs,
   [in, size_is(cProjs)] IVsHierarchy *rgpHierProjs[],
   [in] DWORD dwFlags,
   [in] BOOL fSuppressUI
);

Ayrıca bkz.

IVsSolutionBuildManager2 Arabirim
Microsoft.VisualStudio.Shell.Interop Ad Alanı

Başa dön