Partilhar via


Método IVsMonitorUserContext.GetF1Kwd (String, Int32)

 

Não há informações de método.Não use esse método.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

int GetF1Kwd(
    out string pbstrKwd,
    out int fF1Kwd
)
int GetF1Kwd(
    [OutAttribute] String^% pbstrKwd,
    [OutAttribute] int% fF1Kwd
)
abstract GetF1Kwd : 
        pbstrKwd:string byref *
        fF1Kwd:int byref -> int
Function GetF1Kwd (
    <OutAttribute> ByRef pbstrKwd As String,
    <OutAttribute> ByRef fF1Kwd As Integer
) As Integer

Parâmetros

  • pbstrKwd
    Não use.
  • fF1Kwd
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsMonitorUserContext
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo