VCProject.CanAddFilter Method
Returns true if the specified filter can be added as a top-level filter or as a subfilter to the current filter.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)
Syntax
'Declaration
Function CanAddFilter ( _
Filter As String _
) As Boolean
bool CanAddFilter(
string Filter
)
bool CanAddFilter(
[InAttribute] String^ Filter
)
abstract CanAddFilter :
Filter:string -> bool
function CanAddFilter(
Filter : String
) : boolean
Parameters
Filter
Type: System.StringRequired. The new filter to be added. The filter name must be unique within the current scope and valid.
Return Value
Type: System.Boolean
true if the filter can be added; otherwise, false.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.