次の方法で共有


TransformChain.Item[Int32] プロパティ

定義

TransformChain オブジェクト内の指定したインデックス位置にある変換を取得します。

public:
 property System::Security::Cryptography::Xml::Transform ^ default[int] { System::Security::Cryptography::Xml::Transform ^ get(int index); };
public System.Security.Cryptography.Xml.Transform this[int index] { get; }
member this.Item(int) : System.Security.Cryptography.Xml.Transform
Default Public ReadOnly Property Item(index As Integer) As Transform

パラメーター

index
Int32

返す変換を指定する、TransformChain オブジェクト内のインデックス。

プロパティ値

Transform

TransformChain オブジェクト内の指定したインデックス位置にある変換。

例外

index パラメーターは、変換の数よりも大きい値です。

適用対象