IInputOutputFilter Members
Include Protected Members
Include Inherited Members
Represents a filter that has both an input value and an output value.
The IInputOutputFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
FilterDescriptor | Gets the filter descriptor associated with this filter. (Inherited from IFilter.) | |
Item | Gets or sets value of the filter at the given index. (Inherited from IUserInputFilter.) | |
LocalizedDisplayName | Gets the localized display name of this filter. (Inherited from IFilter.) | |
OutputTypeDescriptor | Gets the type descriptor corresponding to the data structure that stores the return value. (Inherited from IOutputFilter.) | |
Value | Gets the return value. (Inherited from IOutputFilter.) | |
ValueCount | Gets the number of values for this filter. (Inherited from IUserInputFilter.) |
Top
Methods
Name | Description | |
---|---|---|
GetValueType | Returns the type of the value of this filter. (Inherited from IUserInputFilter.) |
Top