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

ElNameConstraintsExtension     See also    


 

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

 
 

Declaration

[C#]
    ElNameConstraint PermittedSubtrees[int Index];

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

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

[VB6]
    Function IElNameConstraintsExtensionX.GetPermitted(Index As Long) As IElNameConstraintX
    Function IElNameConstraintsExtensionX.AddPermitted() As Long

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

[DLL]
    not implemented;
 
 

Parameters

  • Index - index of item in list
 
 

Description

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

 
 

See also:     RemovePermitted     PermittedCount

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