다음을 통해 공유


ITextBuffer.CurrentSnapshot 속성

버퍼의 현재 콘텐츠를 가져옵니다.

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

구문

‘선언
ReadOnly Property CurrentSnapshot As ITextSnapshot
ITextSnapshot CurrentSnapshot { get; }
property ITextSnapshot^ CurrentSnapshot {
    ITextSnapshot^ get ();
}
abstract CurrentSnapshot : ITextSnapshot with get
function get CurrentSnapshot () : ITextSnapshot

속성 값

형식: Microsoft.VisualStudio.Text.ITextSnapshot
버퍼의 현재 내용입니다.

.NET Framework 보안

참고 항목

참조

ITextBuffer 인터페이스

Microsoft.VisualStudio.Text 네임스페이스