IVsMacroRecorder.GetKeyWord(UInt32, String) 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.
Obsolete method. Do not use.
public:
int GetKeyWord(System::UInt32 uiKeyWordId, [Runtime::InteropServices::Out] System::String ^ % pbstrKeyWord);
int GetKeyWord(unsigned int uiKeyWordId, [Runtime::InteropServices::Out] std::wstring const & & pbstrKeyWord);
public int GetKeyWord (uint uiKeyWordId, out string pbstrKeyWord);
abstract member GetKeyWord : uint32 * string -> int
Public Function GetKeyWord (uiKeyWordId As UInteger, ByRef pbstrKeyWord As String) As Integer
Parameters
- uiKeyWordId
- UInt32
- pbstrKeyWord
- String