VsShellUtilities::SetOleCmdText Method (IntPtr, String^)
Visual Studio 2015
Sets the actual text in an OLECMDTEXT marshaled structure. Used in typical command routing code (implementations of IOleCommandTarget)
Assembly: Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)
Parameters
- pCmdText
-
Type:
System::IntPtr
The marshaled OLECMDTEXT structure that needs to be filled in.
- text
-
Type:
System::String^
The text of the command caption.
Show: