VCFilter.Kind Property

Returns an enumeration indicating the type of filter.

Namespace:  Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

Syntax

'Declaration
ReadOnly Property Kind As String
'Usage
Dim instance As VCFilter 
Dim value As String 

value = instance.Kind
string Kind { get; }
property String^ Kind {
    String^ get ();
}
function get Kind () : String

Property Value

Type: System.String
A string representing the name of the filter type.

Implements

VCProjectItem.Kind

.NET Framework Security

See Also

Reference

VCFilter Interface

VCFilter Members

Kind Overload

Microsoft.VisualStudio.VCProjectEngine Namespace

Other Resources

How to: Compile and Run the Automation Object Model Code Examples