VSConstants.VsTextBufferUserDataGuid.VsBufferExtraFiles_string 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: System::String ^ VsBufferExtraFiles_string;
std::wstring VsBufferExtraFiles_string;
public const string VsBufferExtraFiles_string;
val mutable VsBufferExtraFiles_string : string
Public Const VsBufferExtraFiles_string As String 

Field Value

Applies to