Udostępnij za pośrednictwem


TransformChain.Item[Int32] Właściwość

Definicja

Pobiera przekształcenie w określonym indeksie TransformChain w obiekcie .

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

Parametry

index
Int32

Indeks do TransformChain obiektu, który określa, które przekształcenie ma być zwracane.

Wartość właściwości

Transform

Przekształcenie w określonym indeksie TransformChain w obiekcie .

Wyjątki

Parametr index jest większy niż liczba przekształceń.

Dotyczy