Sdílet prostřednictvím


TransformChain.Item[Int32] Vlastnost

Definice

Získá transformaci u zadaného indexu v objektu 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

Parametry

index
Int32

Index do objektu TransformChain , který určuje, která transformace se má vrátit.

Hodnota vlastnosti

Transform

Transformace v zadaném indexu v objektu TransformChain .

Výjimky

Parametr index je větší než počet transformací.

Platí pro