Metodo IVsCompoundViewChange.CloseCompoundViewChange
chiude una modifica composta di visualizzazione.
Spazio dei nomi: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Sintassi
'Dichiarazione
Function CloseCompoundViewChange As Integer
int CloseCompoundViewChange()
int CloseCompoundViewChange()
abstract CloseCompoundViewChange : unit -> int
function CloseCompoundViewChange() : int
Valore restituito
Tipo: Int32
Se il metodo ha esito positivo, restituisce S_OK.Se non riesce, restituisce un codice di errore.
Note
Firma COM
da textmgr.idl:
HRESULT IVsCompoundViewChange::CloseCompoundViewChange();
Sicurezza di .NET Framework
- Attendibilità totale per il chiamante immediato. Impossibile utilizzare questo membro in codice parzialmente attendibile. Per altre informazioni, vedere Utilizzo di librerie da codice parzialmente attendibile.