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 大於轉換次數。

適用於