VCFilter.Items 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 associated with the project.
public:
property System::Object ^ Items { System::Object ^ get(); };
public:
property Platform::Object ^ Items { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(2355)]
public object Items { [System.Runtime.InteropServices.DispId(2355)] get; }
[<System.Runtime.InteropServices.DispId(2355)>]
[<get: System.Runtime.InteropServices.DispId(2355)>]
member this.Items : obj
Public ReadOnly Property Items As Object
Property Value
An object representing the names of the filters.
- Attributes