Document.WithName(String) メソッド

定義

指定した名前に更新されたこのドキュメントの新しいインスタンスを作成します。

public:
 Microsoft::CodeAnalysis::Document ^ WithName(System::String ^ name);
public Microsoft.CodeAnalysis.Document WithName (string name);
member this.WithName : string -> Microsoft.CodeAnalysis.Document
Public Function WithName (name As String) As Document

パラメーター

name
String

戻り値

適用対象