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
'Declaration
Function GetF1Kwd ( _
<OutAttribute> ByRef pbstrKwd As String, _
<OutAttribute> ByRef fF1Kwd As Integer _
) As Integer
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: String%Do not use.
fF1Kwd
Type: Int32%Do not use.
Return Value
Type: 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.