Partager via


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: IntPtr

    The marshaled OLECMDTEXT structure that needs to be filled in.

  • text
    Type: String

    The text of the command caption.

.NET Framework Security

See Also

Reference

VsShellUtilities Class

Microsoft.VisualStudio.Shell Namespace