IVsMonitorUserContext.GetF1Kwd(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Method information is not provided. Do not use this method.
public:
int GetF1Kwd([Runtime::InteropServices::Out] System::String ^ % pbstrKwd, [Runtime::InteropServices::Out] int % fF1Kwd);
int GetF1Kwd([Runtime::InteropServices::Out] std::wstring const & & pbstrKwd, [Runtime::InteropServices::Out] int & fF1Kwd);
public int GetF1Kwd (out string pbstrKwd, out int fF1Kwd);
abstract member GetF1Kwd : string * int -> int
Public Function GetF1Kwd (ByRef pbstrKwd As String, ByRef fF1Kwd As Integer) As Integer
Parameters
- pbstrKwd
- String
Do not use.
- fF1Kwd
- Int32
Do not use.