共用方式為


Workspace.OnDocumentsAdded(ImmutableArray<DocumentInfo>) 方法

定義

將多個檔新增至主環境中的一或多個專案時,請呼叫這個方法。

protected internal void OnDocumentsAdded (System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentInfo> documentInfos);
member this.OnDocumentsAdded : System.Collections.Immutable.ImmutableArray<Microsoft.CodeAnalysis.DocumentInfo> -> unit
Protected Friend Sub OnDocumentsAdded (documentInfos As ImmutableArray(Of DocumentInfo))

參數

documentInfos
ImmutableArray<DocumentInfo>

適用於