Compartilhar via


Método IVsTextBuffer.SetStateFlags

Define os sinalizadores de estado do buffer de texto.

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

Sintaxe

'Declaração
Function SetStateFlags ( _
    dwReadOnlyFlags As UInteger _
) As Integer
int SetStateFlags(
    uint dwReadOnlyFlags
)
int SetStateFlags(
    [InAttribute] unsigned int dwReadOnlyFlags
)
abstract SetStateFlags : 
        dwReadOnlyFlags:uint32 -> int
function SetStateFlags(
    dwReadOnlyFlags : uint
) : int

Parâmetros

  • dwReadOnlyFlags
    Tipo: UInt32

    [in] União bit a bit da enumeração BUFFERSTATEFLAGS valores, que podem ser modificados, somente leitura ou somente leitura no disco.

Valor de retorno

Tipo: Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.

Comentários

COM assinatura

De textmgr.idl:

HRESULT IVsTextBuffer::SetStateFlags(
   [in] DWORD dwReadOnlyFlags
);

Segurança do .NET Framework

Consulte também

Referência

IVsTextBuffer Interface

Namespace Microsoft.VisualStudio.TextManager.Interop