次の方法で共有


InputParameters インターフェイス

定義

この型は、COM の相互運用性を得るためにマネージ コードが必要とするコクラスのラッパーです。 このインターフェイスによって指定されたメンバにアクセスするには、このインターフェイスを実装するコクラスをラップする型を使用します。 使用法、備考、例など、その種類の詳細については、「」を参照してくださいInputParameterCollection

public interface class InputParameters
[System.Runtime.InteropServices.Guid("096cd694-0786-11d1-95fa-0080c78ee3bb")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface InputParameters
type InputParameters = interface
Public Interface InputParameters
派生
属性

プロパティ

Count

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

Item[Object]

コレクションから指定した InputParameter オブジェクトへの参照を InputParameters 取得します。

メソッド

GetEnumerator()

コレクション内のすべてのエントリを反復処理するために使用できる IEnumeratorInputParameters 取得します。

適用対象