Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
指定されたインデックス位置の SAParameter オブジェクトを取得または設定します。
Public Shadows Property Item(ByVal index As Integer) As SAParameter
public new SAParameter this[int index] {get;set;}
index 取り出すパラメータの 0 から始まるインデックス。
指定されたインデックス位置の SAParameter。
SAParameter オブジェクト。
C# では、このプロパティは SAParameterCollection オブジェクトのインデクサです。