IVsCommandArgInfo Interface
Enables a QueryStatus implementation to query whether a command argument has been supplied.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("AAD53083-6316-4A65-82C3-85732AC52E52")> _
Public Interface IVsCommandArgInfo
[InterfaceTypeAttribute()]
[GuidAttribute("AAD53083-6316-4A65-82C3-85732AC52E52")]
public interface IVsCommandArgInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"AAD53083-6316-4A65-82C3-85732AC52E52")]
public interface class IVsCommandArgInfo
[<InterfaceTypeAttribute()>]
[<GuidAttribute("AAD53083-6316-4A65-82C3-85732AC52E52")>]
type IVsCommandArgInfo = interface end
public interface IVsCommandArgInfo
The IVsCommandArgInfo type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetCommandArg | Returns the argument string. | |
QueryCommandArgAvailable | Indicates whether a nonempty command argument was supplied for this command. |
Top