IVsPublishableProjectCfg.QueryStartPublish(UInt32, Int32[], Int32[]) Methode

Definition

Fragt ab, ob das Projekt die Veröffentlichung unterstützt und ob das Projekt zum Veröffentlichen bereit ist.

int QueryStartPublish(unsigned int dwOptions, std::Array <int> const & pfSupported, std::Array <int> const & pfReady);
public int QueryStartPublish (uint dwOptions, int[] pfSupported, int[] pfReady);
abstract member QueryStartPublish : uint32 * int[] * int[] -> int
Public Function QueryStartPublish (dwOptions As UInteger, Optional pfSupported As Integer(), Optional pfReady As Integer()) As Integer

Parameter

dwOptions
UInt32

[in] Ganze Zahl. Bitflags, die Abfrageoptionen angeben. Verbleibt beim Ausführenden.

pfSupported
Int32[]

[out] Optional. Boolesch. Festgelegt auf true, wenn die Veröffentlichung unterstützt wird. Andernfalls „false“.

pfReady
Int32[]

[out] Optional. Boolesch. Festgelegt auf true, wenn das Projekt zum Veröffentlichen bereit ist. Andernfalls false.

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus vsshell80. idl:

[C++]

HRESULT IVsPublishableProjectCfg::QueryStartPublish(  
   [in] DWORD dwOptions,   
   [out, optional] BOOL *pfSupported,   
   [out, optional] BOOL *pfReady  
);  

Gilt für