Share via


ICallHierarchyMemberItem.SuspendSearch Method

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Suspends a search in the specified category.

Namespace:  Microsoft.VisualStudio.Language.CallHierarchy
Assembly:  Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)

Syntax

'Declaration
Sub SuspendSearch ( _
    categoryName As String _
)
void SuspendSearch(
    string categoryName
)
void SuspendSearch(
    String^ categoryName
)
abstract SuspendSearch : 
        categoryName:string -> unit
function SuspendSearch(
    categoryName : String
)

Parameters

  • categoryName
    Type: System.String

    Name of the category in which to suspend the search.

Remarks

The UI calls this, for example, when a user closes a node that has an ongoing search within it.

.NET Framework Security

See Also

Reference

ICallHierarchyMemberItem Interface

Microsoft.VisualStudio.Language.CallHierarchy Namespace