VsShellUtilities.SetOleCmdText Method
Sets the actual text in an OLECMDTEXT marshaled structure. Used in typical command routing code (implementations of IOleCommandTarget)
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.12.0 (in Microsoft.VisualStudio.Shell.12.0.dll)
Syntax
'Declaration
Public Shared Sub SetOleCmdText ( _
pCmdText As IntPtr, _
text As String _
)
public static void SetOleCmdText(
IntPtr pCmdText,
string text
)
public:
static void SetOleCmdText(
IntPtr pCmdText,
String^ text
)
static member SetOleCmdText :
pCmdText:IntPtr *
text:string -> unit
public static function SetOleCmdText(
pCmdText : IntPtr,
text : String
)
Parameters
pCmdText
Type: IntPtrThe marshaled OLECMDTEXT structure that needs to be filled in.
text
Type: StringThe text of the command caption.
.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.