ICallHierarchyToolWindowUI.CanExecuteUIOperation Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Determines whether the specified operation can be executed on the Call Hierarchy window.
public:
bool CanExecuteUIOperation(Microsoft::VisualStudio::Language::CallHierarchy::CallHierarchyUIOperation operation);
public:
bool CanExecuteUIOperation(Microsoft::VisualStudio::Language::CallHierarchy::CallHierarchyUIOperation operation);
bool CanExecuteUIOperation(Microsoft::VisualStudio::Language::CallHierarchy::CallHierarchyUIOperation operation);
public bool CanExecuteUIOperation (Microsoft.VisualStudio.Language.CallHierarchy.CallHierarchyUIOperation operation);
abstract member CanExecuteUIOperation : Microsoft.VisualStudio.Language.CallHierarchy.CallHierarchyUIOperation -> bool
Public Function CanExecuteUIOperation (operation As CallHierarchyUIOperation) As Boolean
Parameters
- operation
- CallHierarchyUIOperation
The operation to test.
Returns
true
if the given operation can be executed; otherwise, false
.