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 对象的索引。

属性值

对象中指定索引处的 TransformChain 转换。

例外

参数 index 大于转换数。

适用于