Método IVsAtomicTextProvider.GetAtomFlags
Obtém o tipo do átomo é (glifo, texto ou padrão).
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (em Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Sintaxe
'Declaração
Function GetAtomFlags ( _
<OutAttribute> ByRef pdwFlags As UInteger _
) As Integer
int GetAtomFlags(
out uint pdwFlags
)
int GetAtomFlags(
[OutAttribute] unsigned int% pdwFlags
)
abstract GetAtomFlags :
pdwFlags:uint32 byref -> int
function GetAtomFlags(
pdwFlags : uint
) : int
Parâmetros
pdwFlags
Tipo: UInt32%[out] Um sinalizador de AtomicTextProviderFlags.
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 textmgr2.idl:
HRESULT IVsAtomicTextProvider::GetAtomFlags(
[out] DWORD *pdwFlags
);
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.