Método IVsSplitPane.GetPaneFlags
Retorna os sinalizadores de painel.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
Function GetPaneFlags ( _
<OutAttribute> ByRef pdwPaneFlags As UInteger _
) As Integer
int GetPaneFlags(
out uint pdwPaneFlags
)
int GetPaneFlags(
[OutAttribute] unsigned int% pdwPaneFlags
)
abstract GetPaneFlags :
pdwPaneFlags:uint32 byref -> int
function GetPaneFlags(
pdwPaneFlags : uint
) : int
Parâmetros
pdwPaneFlags
Tipo: UInt32%[out] Os sinalizadores.
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 IVsSplitPane::GetPaneFlags(
[out] DWORD *pdwPaneFlags
);
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.