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
'Usage
Dim instance As IVsCommandArgInfo
[InterfaceTypeAttribute()]
[GuidAttribute("AAD53083-6316-4A65-82C3-85732AC52E52")]
public interface IVsCommandArgInfo
[InterfaceTypeAttribute()]
[GuidAttribute(L"AAD53083-6316-4A65-82C3-85732AC52E52")]
public interface class IVsCommandArgInfo
public interface IVsCommandArgInfo

See Also

Reference

IVsCommandArgInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace