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)

[InterfaceTypeAttribute(1)]
[GuidAttribute("AAD53083-6316-4A65-82C3-85732AC52E52")]
public interface IVsCommandArgInfo

NameDescription
System_CAPS_pubmethodGetCommandArg(String)

Returns the argument string.

System_CAPS_pubmethodQueryCommandArgAvailable(Int32)

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

Return to top
Show: