Compartilhar via


Método IVsTextMarkerClient.OnBufferSave

Determina se o buffer foi salva com um nome diferente.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)

Sintaxe

'Declaração
Sub OnBufferSave ( _
    pszFileName As String _
)
void OnBufferSave(
    string pszFileName
)
void OnBufferSave(
    String^ pszFileName
)
abstract OnBufferSave : 
        pszFileName:string -> unit
function OnBufferSave(
    pszFileName : String
)

Parâmetros

  • pszFileName
    Tipo: String

    [in] Nome de arquivo associado com o buffer de texto. Pode ser nulluma referência nula (Nothing no Visual Basic) nos buffers onde não é possível alterar o nome do arquivo.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextMarkerClient::OnBufferSave(

   [in] LPCOLESTR pszFileName

);

Este método é chamado quando o buffer é salvo.

Segurança do .NET Framework

Consulte também

Referência

IVsTextMarkerClient Interface

Namespace Microsoft.VisualStudio.TextManager.Interop