IVsCommandArgInfo Interface
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.
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. |