Поделиться через


HeaderList.FindAll Method

Include Protected Members
Include Inherited Members

The FindAll overloads return an array of HeaderList objects sorted in the order in which they occur in this HeaderList object.

Overload List

  Name Description
Public method FindAll(String) The FindAll method returns an array that contains all Header objects in this HeaderList object that have the name specified by name.
Public method FindAll(HeaderId) The FindAll method returns an array that contains all Header objects in this HeaderList object that are of the name specified by headerId.

Top