共用方式為


OpenDocumentOperation 類別

定義

要求在主機環境中開啟檔的程式碼動作作業。

public ref class OpenDocumentOperation sealed : Microsoft::CodeAnalysis::CodeActions::CodeActionOperation
public sealed class OpenDocumentOperation : Microsoft.CodeAnalysis.CodeActions.CodeActionOperation
type OpenDocumentOperation = class
    inherit CodeActionOperation
Public NotInheritable Class OpenDocumentOperation
Inherits CodeActionOperation
繼承
OpenDocumentOperation

建構函式

OpenDocumentOperation(DocumentId, Boolean)

要求在主機環境中開啟檔的程式碼動作作業。

屬性

DocumentId

要求在主機環境中開啟檔的程式碼動作作業。

Title

描述作業效果的簡短標題。

(繼承來源 CodeActionOperation)

方法

Apply(Workspace, CancellationToken)

要求在主機環境中開啟檔的程式碼動作作業。

適用於