VCFilter.Filters Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the collection of filters for the filter.
public:
property System::Object ^ Filters { System::Object ^ get(); };
public:
property Platform::Object ^ Filters { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(2353)]
public object Filters { [System.Runtime.InteropServices.DispId(2353)] get; }
[<System.Runtime.InteropServices.DispId(2353)>]
[<get: System.Runtime.InteropServices.DispId(2353)>]
member this.Filters : obj
Public ReadOnly Property Filters As Object
Property Value
An object representing the collection of filters.
- Attributes
Remarks
For more information, see AddFilter and RemoveFilter.