다음을 통해 공유


GraphBuffersChangedEventArgs.RemovedBuffers 속성

목록을 가져옵니다 ITextBuffer 에서 제거 된 개체를 IBufferGraph.

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

구문

‘선언
Public ReadOnly Property RemovedBuffers As ReadOnlyCollection(Of ITextBuffer)
public ReadOnlyCollection<ITextBuffer> RemovedBuffers { get; }
public:
property ReadOnlyCollection<ITextBuffer^>^ RemovedBuffers {
    ReadOnlyCollection<ITextBuffer^>^ get ();
}
member RemovedBuffers : ReadOnlyCollection<ITextBuffer> with get
function get RemovedBuffers () : ReadOnlyCollection<ITextBuffer>

속성 값

형식: ReadOnlyCollection<ITextBuffer>
IBufferGraph 에서 제거된 ITextBuffer 개체의 목록입니다.

.NET Framework 보안

참고 항목

참조

GraphBuffersChangedEventArgs 클래스

Microsoft.VisualStudio.Text.Projection 네임스페이스