Método IVsCodeShareHandler.VsGetOpenFileName (UInt32, Int32)
Publicado: abril de 2016
Esta API suporta a infraestrutura produto e não é destinada a ser usada diretamente no seu código.
Método na interface interna.Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int VsGetOpenFileName(
[InAttribute] ref uint pOPENFILENAMEA,
int dwHelpTopic
)
int VsGetOpenFileName(
[InAttribute] unsigned int% pOPENFILENAMEA,
int dwHelpTopic
)
abstract VsGetOpenFileName :
pOPENFILENAMEA:uint32 byref *
dwHelpTopic:int -> int
Function VsGetOpenFileName (
<InAttribute> ByRef pOPENFILENAMEA As UInteger,
dwHelpTopic As Integer
) As Integer
Parâmetros
- pOPENFILENAMEA
[in]
- dwHelpTopic
[in]
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.
Comentários
COM assinatura
De vsshell.idl:
HRESULT IVsCodeShareHandler::VsGetOpenFileName(
[in] DWORD* pOPENFILENAMEA,
[in] LONG dwHelpTopic
);
Consulte também
Interface IVsCodeShareHandler
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo