CodeWindowManager.GetFilter Method

Returns the ViewFilter object associated with the specified text view.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)

Syntax

'宣言
Public Function GetFilter ( _
    view As IVsTextView _
) As ViewFilter
'使用
Dim instance As CodeWindowManager
Dim view As IVsTextView
Dim returnValue As ViewFilter

returnValue = instance.GetFilter(view)
public ViewFilter GetFilter(
    IVsTextView view
)
public:
ViewFilter^ GetFilter(
    IVsTextView^ view
)
public function GetFilter(
    view : IVsTextView
) : ViewFilter

Parameters

Return Value

Type: Microsoft.VisualStudio.Package.ViewFilter

If successful, returns a ViewFilter object; otherwise, returns a null value (the specified text view does not have a view filter in this language service).

Remarks

The base method searches the internal list of view filters to find the one that contains the specified text view.

Permissions

See Also

Reference

CodeWindowManager Class

CodeWindowManager Members

Microsoft.VisualStudio.Package Namespace