次の方法で共有


IProjectionSnapshot.TextBuffer Property

Gets the IProjectionBufferBase of which this is a snapshot.

Namespace:  Microsoft.VisualStudio.Text.Projection
Assembly:  Microsoft.VisualStudio.Text.Data (in Microsoft.VisualStudio.Text.Data.dll)

Syntax

'宣言
ReadOnly Property TextBuffer As IProjectionBufferBase
    Get
IProjectionBufferBase TextBuffer { get; }
property IProjectionBufferBase^ TextBuffer {
    IProjectionBufferBase^ get ();
}
abstract TextBuffer : IProjectionBufferBase
function get TextBuffer () : IProjectionBufferBase

Property Value

Type: Microsoft.VisualStudio.Text.Projection.IProjectionBufferBase
The IProjectionBufferBase of which this is a snapshot.

Remarks

This property always returns the same projection buffer, but the projection buffer is not itself immutable.

.NET Framework Security

See Also

Reference

IProjectionSnapshot Interface

TextBuffer Overload

Microsoft.VisualStudio.Text.Projection Namespace