IVsSplitPane.GetPaneFlags(UInt32) Método

Definição

Retorna os sinalizadores de painel.

public:
 int GetPaneFlags([Runtime::InteropServices::Out] System::UInt32 % pdwPaneFlags);
int GetPaneFlags([Runtime::InteropServices::Out] unsigned int & pdwPaneFlags);
public int GetPaneFlags (out uint pdwPaneFlags);
abstract member GetPaneFlags : uint32 -> int
Public Function GetPaneFlags (ByRef pdwPaneFlags As UInteger) As Integer

Parâmetros

pdwPaneFlags
UInt32

fora Os sinalizadores.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Comentários

Assinatura COM

De textmgr. idl:

HRESULT IVsSplitPane::GetPaneFlags(  
   [out] DWORD *pdwPaneFlags  
);  

Aplica-se a