DifferenceBufferProperties.PlaceholderBuffer Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.