다음을 통해 공유


ITextChange.NewText 속성

기존 텍스트를 대체할 텍스트를 가져옵니다.

네임스페이스:  Microsoft.VisualStudio.Text
어셈블리:  Microsoft.VisualStudio.Text.Data(Microsoft.VisualStudio.Text.Data.dll)

구문

‘선언
ReadOnly Property NewText As String
string NewText { get; }
property String^ NewText {
    String^ get ();
}
abstract NewText : string with get
function get NewText () : String

속성 값

형식: String
이전 텍스트를 대체한 텍스트입니다.

.NET Framework 보안

참고 항목

참조

ITextChange 인터페이스

Microsoft.VisualStudio.Text 네임스페이스