次の方法で共有


IVsDataViewCommandInfo.GetParameters Method

Definition

Gets the parameters associated with this command.

public:
 cli::array <System::Object ^> ^ GetParameters();
public object[] GetParameters ();
abstract member GetParameters : unit -> obj[]
Public Function GetParameters () As Object()

Returns

Object[]

An array containing the parameters associated with this command.

Applies to