VCFilter.Kind 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.
Returns an enumeration indicating the type of filter.
public:
property System::String ^ Kind { System::String ^ get(); };
public:
property Platform::String ^ Kind { Platform::String ^ get(); };
[System.Runtime.InteropServices.DispId(679)]
public string Kind { [System.Runtime.InteropServices.DispId(679)] get; }
[<System.Runtime.InteropServices.DispId(679)>]
[<get: System.Runtime.InteropServices.DispId(679)>]
member this.Kind : string
Public ReadOnly Property Kind As String
Property Value
A string representing the name of the filter type.
Implements
- Attributes