ICallHierarchyMemberItem.CancelSearch Method
Cancels a search for items in the specified category.
Namespace: Microsoft.VisualStudio.Language.CallHierarchy
Assembly: Microsoft.VisualStudio.Language.CallHierarchy (in Microsoft.VisualStudio.Language.CallHierarchy.dll)
Syntax
'Declaration
Sub CancelSearch ( _
categoryName As String _
)
void CancelSearch(
string categoryName
)
void CancelSearch(
String^ categoryName
)
abstract CancelSearch :
categoryName:string -> unit
function CancelSearch(
categoryName : String
)
Parameters
- categoryName
Type: System.String
The category in which to cancel the search.
.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.