TransformChain.Item[Int32] Propriedade
Definição
Obtém a transformação no índice especificado no objeto TransformChain.Gets the transform at the specified index in the TransformChain object.
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
Parâmetros
- index
- Int32
O índice no objeto TransformChain que especifica qual transformação para retornar.The index into the TransformChain object that specifies which transform to return.
Valor da propriedade
A transformação no índice especificado no TransformChain objeto.The transform at the specified index in the TransformChain object.
Exceções
O parâmetro index é maior que o número de transformações.The index parameter is greater than the number of transforms.