Accusoft.ThumbnailXpress6.Net
Item Property (FilterCollection)




Gets the filter object for the given collection index.
Syntax
'Declaration
 
Public Overridable ReadOnly Default Property Item( _
   ByVal collectionIndex As Integer _
) As Filter
'Usage
 
Dim instance As FilterCollection
Dim collectionIndex As Integer
Dim value As Filter
 
value = instance.Item(collectionIndex)
public virtual Filter this[ 
   int collectionIndex
]; {get;}
public: __property virtual Filter* get_Item   int collectionIndex
;
public:
virtual property Filter^ default [int] {
   Filter^ get(int collectionIndex);
}

Parameters

collectionIndex

Property Value

A Filter object.
See Also

Reference

FilterCollection Class
FilterCollection Members

 

 


©2018. Accusoft Corporation. All Rights Reserved.

Send Feedback