다음을 통해 공유


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

반환

적용 대상