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.RemoveExcluded

ElNameConstraintsExtension     See also    


 

This method removes a single Excluded Subtree from the list.

 
 

Declaration

[C#]
    void RemoveExcluded(int Index);

[VB.NET]
    Sub RemoveExcluded(ByVal Index As Integer)

[Pascal]
    procedure RemoveExcluded(Index : integer);

[VB6]
    Sub IElNameConstraintsExtensionX.RemoveExcluded(Index As Long)

[ActiveX]
    HRESULT _stdcall IElNameConstraintsExtensionX.RemoveExcluded([in] long Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

    This method removes a single Excluded Subtree, specified by Index parameter, from the list.

 
 

See also:     ExcludedSubtrees     ExcludedCount

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