VCFilter Properties

 

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

NameDescription
System_CAPS_pubpropertyCanonicalName

Gets the unique name used for this filter.

System_CAPS_pubpropertyFiles

Gets the collection of files associated with the filter.

System_CAPS_pubpropertyFilter

Gets or sets a list of the file extensions associated with the filter.

System_CAPS_pubpropertyFilters

Gets the collection of filters for the filter.

System_CAPS_pubpropertyItemName

Gets the name of the current item in the collection.

System_CAPS_pubpropertyItems

Gets the collection of filters associated with the project.

System_CAPS_pubpropertyKind

Returns an enumeration indicating the type of filter.

System_CAPS_pubpropertyName

Gets or sets the name of the filter.

System_CAPS_pubpropertyObject

Provides a reference between the Visual Studio object model and the Visual C++ object model.

System_CAPS_pubpropertyParent

Returns the immediate parent object of a given object.

System_CAPS_pubpropertyParseFiles

Gets or sets a value indicating whether the files in a filter are open to inspection by IntelliSense.

System_CAPS_pubpropertyproject

Gets the VCProject associated with the filter.

System_CAPS_pubpropertySourceControlFiles

Gets or sets a value indicating whether files added to the filter are automatically placed under source code control.

System_CAPS_pubpropertyUniqueIdentifier

Specifies a nonlocalizable name for the filter.

System_CAPS_pubpropertyUrlBehavior

Gets a value indicating whether the URL of a Web reference is hard-coded in the generated Visual Basic or Visual C# proxy code. This property is meaningful only for filters that have Web references.

System_CAPS_pubpropertyVCProjectEngine

Gets a pointer to the project engine.

System_CAPS_pubpropertyWebReference

Gets the URL of the Web reference for the filter.

Return to top
Show: