次の方法で共有


InputParameters.Count プロパティ

定義

コレクションに含まれるオブジェクトの InputParameter 数を InputParameters 取得します。

public:
 property int Count { int get(); };
public int Count { get; }
member this.Count : int
Public ReadOnly Property Count As Integer

プロパティ値

コレクションに含まれるオブジェクトのInputParameterInputParameters数。

注釈

: フォーム テンプレートがInfoPath Forms Servicesを使用して Microsoft SharePoint Server 2010 に発行されている場合は、URL で入力パラメーターを使用するときに、サーバーによって自動的に挿入される他の名前と値のペアが存在する可能性があります。 特定の入力パラメーターは、URL を使用するときと /InputParameters コマンド ライン オプションを使用するときとで異なるインデックス値を持つことがあります。

このメンバは、制約なしでアクセスできます。

適用対象