IDifferenceBuffer2.HasFixedBaseLeftBuffer Property
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.
True if the BaseLeftBuffer can never change. If false, the BaseLeftBuffer can change (via setting the InnerLeftDataModel) and can be null.
public:
property bool HasFixedBaseLeftBuffer { bool get(); };
public bool HasFixedBaseLeftBuffer { get; }
member this.HasFixedBaseLeftBuffer : bool
Public ReadOnly Property HasFixedBaseLeftBuffer As Boolean