ICallHierarchyMemberItem.SuspendSearch Method
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
- 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.