IVsFileMergeService.QueryMergeWindowState(Int32, Int32, String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Interroge le service pour le résultat de la fenêtre de fusion.
public:
void QueryMergeWindowState(int cookie, [Runtime::InteropServices::Out] int % pfState, [Runtime::InteropServices::Out] System::String ^ % errorAndWarningMsg);
void QueryMergeWindowState(int cookie, [Runtime::InteropServices::Out] int & pfState, [Runtime::InteropServices::Out] std::wstring const & & errorAndWarningMsg);
public void QueryMergeWindowState (int cookie, out int pfState, out string errorAndWarningMsg);
abstract member QueryMergeWindowState : int * int * string -> unit
Public Sub QueryMergeWindowState (cookie As Integer, ByRef pfState As Integer, ByRef errorAndWarningMsg As String)
Paramètres
- cookie
- Int32
[in] Cookie du frame de fenêtre.
- pfState
- Int32
[out] État actuel de la fenêtre.
- errorAndWarningMsg
- String
[out] Tableau de chaînes spécifiant les erreurs ou avertissements à signaler à l'utilisateur.