Compartilhar via


DifferenceBufferProperties.PlaceholderBuffer Field

Definition

Add this property to an ITextBuffer's Properties to prevent a difference buffer from computing differences when the buffer is used as the left buffer.

public: System::String ^ PlaceholderBuffer;
public const string PlaceholderBuffer;
val mutable PlaceholderBuffer : string
Public Const PlaceholderBuffer As String 

Field Value

Remarks

This is intended for situations where you want to open a difference buffer but have not, yet, loaded the baseline. You can set the BaseLeftBuffer to this and then change it to the correct buffer once it is available.

Applies to