Método IVsTextBuffer.GetStateFlags
Retorna 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 GetStateFlags ( _
<OutAttribute> ByRef pdwReadOnlyFlags As UInteger _
) As Integer
int GetStateFlags(
out uint pdwReadOnlyFlags
)
int GetStateFlags(
[OutAttribute] unsigned int% pdwReadOnlyFlags
)
abstract GetStateFlags :
pdwReadOnlyFlags:uint32 byref -> int
function GetStateFlags(
pdwReadOnlyFlags : uint
) : int
Parâmetros
pdwReadOnlyFlags
Tipo: UInt32%[out] 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::GetStateFlags(
[out] DWORD *pdwReadOnlyFlags
);
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiável.