IOutputFilter Members
Include Protected Members
Include Inherited Members
Represents a filter that has a return value.
The IOutputFilter type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
FilterDescriptor | Gets the filter descriptor associated with this filter. (Inherited from IFilter.) |
![]() |
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. |
![]() |
Value | Gets the return value. |
Top