CommandFilter.AddToExcludeFilter Method

Adds a list of EXCLUDE commands to filter on.

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Common.UI
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
Public Sub AddToExcludeFilter ( _
    commandGroup As Guid, _
    ParamArray commands As UInteger() _
)
'Usage
Dim instance As CommandFilter
Dim commandGroup As Guid
Dim commands As UInteger()

instance.AddToExcludeFilter(commandGroup, _
    commands)
public void AddToExcludeFilter(
    Guid commandGroup,
    params uint[] commands
)
public:
void AddToExcludeFilter(
    Guid commandGroup, 
    ... array<unsigned int>^ commands
)
public function AddToExcludeFilter(
    commandGroup : Guid, 
    ... commands : uint[]
)
member AddToExcludeFilter : 
        commandGroup:Guid * 
        commands:uint32[] -> unit 

Parameters

  • commandGroup
    Type: System.Guid
    The command group the command belongs to

.NET Framework Security

See Also

Reference

CommandFilter Class

CommandFilter Members

Microsoft.VisualStudio.Data.Schema.Project.Common.UI Namespace