Share via


OleCommandTargetHelper.AddToFilterChain Method (CommandFilter, Boolean)

Adds a filter to the beginning or end of the chain.

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 AddToFilterChain ( _
    filter As CommandFilter, _
    addToEnd As Boolean _
)
'Usage
Dim instance As OleCommandTargetHelper
Dim filter As CommandFilter
Dim addToEnd As Boolean

instance.AddToFilterChain(filter, addToEnd)
public void AddToFilterChain(
    CommandFilter filter,
    bool addToEnd
)
public:
void AddToFilterChain(
    CommandFilter^ filter, 
    bool addToEnd
)
public function AddToFilterChain(
    filter : CommandFilter, 
    addToEnd : boolean
)
member AddToFilterChain : 
        filter:CommandFilter * 
        addToEnd:bool -> unit 

Parameters

.NET Framework Security

See Also

Reference

OleCommandTargetHelper Class

OleCommandTargetHelper Members

AddToFilterChain Overload

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