Método IDirList.get_HWND (Int32)
Publicado: abril de 2016
Retorna a lista de diretórios do HWND.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
[DispIdAttribute(1610743808)]
int get_HWND(
out int phwnd
)
[DispIdAttribute(1610743808)]
int get_HWND(
[OutAttribute] int% phwnd
)
[<DispIdAttribute(1610743808)>]
abstract get_HWND :
phwnd:int byref -> int
<DispIdAttribute(1610743808)>
Function get_HWND (
<OutAttribute> ByRef phwnd As Integer
) As Integer
Parâmetros
- phwnd
[out] A lista de diretórios do HWND.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IDirList
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo