VSConstants.VsTextBufferUserDataGuid.VsBufferExtraFiles_guid Field

Definition

object: Use this property if the file opened in the buffer is associated with list of extra files under source code control (SCC). Set this property with an implementation of IVsBufferExtraFiles in order to control how the buffer handles SCC operations. The IVsBufferExtraFiles object set will determine what files are checked out from Source Code Control (SCC) when edits are made to the buffer. This property controls the behavior of IVsTextManager2::AttemptToCheckOutBufferFromScc3 and GetBufferSccStatus3 as well as which files are passed by the buffer when it calls IVsQueryEditQuerySave2 methods.

public: static initonly Guid VsBufferExtraFiles_guid;
public static readonly Guid VsBufferExtraFiles_guid;
 staticval mutable VsBufferExtraFiles_guid : Guid
Public Shared ReadOnly VsBufferExtraFiles_guid As Guid 

Field Value

Applies to