IVsCommandArgInfo Interface

Definition

Enables a QueryStatus(Guid, UInt32, OLECMD[], IntPtr) implementation to query whether a command argument has been supplied.

public interface class IVsCommandArgInfo
public interface class IVsCommandArgInfo
__interface IVsCommandArgInfo
[System.Runtime.InteropServices.Guid("AAD53083-6316-4A65-82C3-85732AC52E52")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsCommandArgInfo
[System.Runtime.InteropServices.Guid("AAD53083-6316-4A65-82C3-85732AC52E52")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsCommandArgInfo
[<System.Runtime.InteropServices.Guid("AAD53083-6316-4A65-82C3-85732AC52E52")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsCommandArgInfo = interface
[<System.Runtime.InteropServices.Guid("AAD53083-6316-4A65-82C3-85732AC52E52")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsCommandArgInfo = interface
Public Interface IVsCommandArgInfo
Attributes

Methods

GetCommandArg(String)

Returns the argument string.

QueryCommandArgAvailable(Int32)

Indicates whether a nonempty command argument was supplied for this command.

Applies to