Discuss this help topic in SecureBlackbox Forum

TElXMLIncludeList.Includes

TElXMLIncludeList     See also     


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


Provides access to the list elements.

Declaration

[C#]
    TElXMLInclude Includes[int Index];

[VB.NET]
    Property Includes(ByVal Index As Integer) As TElXMLInclude

[Pascal]
    property Includes[Index : integer] : TElXMLInclude;

[C++]
    TElXMLInclude* get_Includes(int32_t Index);

[PHP]
    TElXMLInclude get_Includes(integer $Index)

[Java]
    not available

Parameters

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

Description

    Use this property to get the certain element from the list.

See also:     Count     Add     Clear     Delete     Insert    

Discuss this help topic in SecureBlackbox Forum