DkmDestroyDebuggeeSideVisualizerObjectAsyncResult(Boolean) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
建立新的結果結構,以保存成功呼叫 DkmSuccessEvaluationResult.DestroyDebuggeeSideVisualizerObject 的輸出。
public DkmDestroyDebuggeeSideVisualizerObjectAsyncResult(bool Result);
new Microsoft.VisualStudio.Debugger.Evaluation.DkmDestroyDebuggeeSideVisualizerObjectAsyncResult : bool -> Microsoft.VisualStudio.Debugger.Evaluation.DkmDestroyDebuggeeSideVisualizerObjectAsyncResult
Public Sub New (Result As Boolean)
參數
- Result
- Boolean
[In]如果已成功移除句柄,則傳回 true。 如果沒有句柄,則傳回 false。