共用方式為


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 參數大於轉換的數目。

適用於