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