EldoS
Navigation
Web site
Support
Table Of Contents
View Table Of Contents | Send comments on this topic

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


ElNameConstraintsExtension.ExcludedSubtrees

ElNameConstraintsExtension     See also    


 

This property gives access to a single Excluded Subtree in the list.

 
 

Declaration

[C#]
    ElNameConstraint ExcludedSubtrees[int Index];

[VB.NET]
    Property ExcludedSubtrees(ByVal Index As Integer) As ElNameConstraint

[Pascal]
    property ExcludedSubtrees[Index : integer] : TElNameConstraint;

[VB6]
    Function IElNameConstraintsExtensionX.GetExcluded(Index As Long) As IElNameConstraintX
    Function IElNameConstraintsExtensionX.AddExcluded() As Long

[ActiveX]
    HRESULT _stdcall IElNameConstraintsExtensionX.GetExcluded([in] long Index, [out, retval] IElNameConstraintX ** Result );
    HRESULT _stdcall IElNameConstraintsExtensionX.AddExcluded([out, retval] long * Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

    Use this property to access the single Excluded Subtree element in the list.

 
 

See also:     RemoveExcluded     ExcludedCount

 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2008, EldoS Corporation