Discuss this help topic in SecureBlackbox Forum

TElXMLTransformChain.Transforms

TElXMLTransformChain     See also     


Filter: C#  VB.NET  Pascal  C++  PHP  Java  


Use this read-only property to get the transform from the chain.

Declaration

[C#]
    TElXMLTransform Transforms[int Index];

[VB.NET]
    Property Transforms(ByVal Index As Integer) As TElXMLTransform

[Pascal]
    property Transforms[Index : integer] : TElXMLTransform;

[C++]
    TElXMLTransform* get_Transforms(int32_t Index);

[PHP]
    TElXMLTransform get_Transforms(integer $Index)

[Java]
    not available

Parameters

  • Index - The index of desired transform in the chain. The first transform has Index=0, the second has Index=1 and so on.

Description

    Use this property to access the instances of TElXMLTransform objects, contained in the transform chain.

See also:     Count     Add     IndexOf    

Discuss this help topic in SecureBlackbox Forum