IVsCommandArgInfo::QueryCommandArgAvailable Method (Int32)

 

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

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

int QueryCommandArgAvailable(
	[OutAttribute] int% pfCmdArgAvailable
)

Parameters

pfCmdArgAvailable
Type: System::Int32

[out] Returns true if a nonempty command argument was supplied.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

From vsshell.idl:

HRESULT IVsCommandArgInfo::QueryCommandArgAvailable(
   [out] BOOL* pfCmdArgAvailable
);
Return to top
Show: