VSConstants.VsTextBufferUserDataGuid.VsBufferExtraFiles_guid 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.
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