Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
'Declaration
Function GetF1Kwd ( _
<OutAttribute> ByRef pbstrKwd As String, _
<OutAttribute> ByRef fF1Kwd As Integer _
) As Integer
'Usage
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
- pbstrKwd
Type: System.String%
Do not use.
- fF1Kwd
Type: System.Int32%
Do not use.
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.