IVsMonitorUserContext.GetF1Kwd – metoda (String, Int32)
Informace o metodě není k dispozici.Nepoužívejte tuto metodu.
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
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
Parametry
- pbstrKwd
Nepoužívejte.
- fF1Kwd
Nepoužívejte.
Vrácená hodnota
Type: System.Int32
Viz také
IVsMonitorUserContext – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek