IVsMonitorUserContext.GetF1Kwd Method

Method information is not provided. Do not use this method.

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

Syntax

‘선언
Function GetF1Kwd ( _
    <OutAttribute> ByRef pbstrKwd As String, _
    <OutAttribute> ByRef fF1Kwd As Integer _
) As Integer
‘사용 방법
Dim instance As IVsMonitorUserContext
Dim pbstrKwd As String
Dim fF1Kwd As Integer
Dim returnValue As Integer

returnValue = instance.GetF1Kwd(pbstrKwd, _
    fF1Kwd)
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(
    pbstrKwd : String, 
    fF1Kwd : int
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IVsMonitorUserContext Interface

IVsMonitorUserContext Members

Microsoft.VisualStudio.Shell.Interop Namespace