TransformChain.Item[Int32] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得 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
參數大於轉換的數目。