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
参数大于转换数。