EldoS
Navigation
Web site
Support
Table Of Contents

Filter: C#  VB.NET  Pascal  ActiveX  DLL 


TElAuthorityInformationAccessExtension.Remove

TElAuthorityInformationAccessExtension     See also    


 

Removes a single AccessDescription element from the list.

 
 

Declaration

[C#]
    void Remove(int Index);

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

[Pascal]
    procedure Remove(Index : integer);

[VB6]
    Sub IElAuthorityInformationAccessExtensionX.RemoveAccessDescription(Index As Long)

[ActiveX]
    HRESULT _stdcall IElAuthorityInformationAccessExtensionX.RemoveAccessDescription([in] long Index );

[DLL]
    not implemented;
 
 

Parameters

  • Index - Index of item in list
 
 

Description

    Removes a single AccessDescription item from the list of access descriptions. To add an item, set Count property and then access an element using AccessDescriptions property.

 
 

See also:     Count     AccessDescriptions    

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