Share via


VSConstants.VsTextBufferUserDataGuid.VsBufferExtraFiles_guid Field

Use this property if the file opened in the buffer is associated with a list of extra files under source code control. Set this property with an implementation of IVsBufferExtraFiles in order to control how the buffer handles source code control operations. The IVsBufferExtraFiles object set determines which files are checked out from source code control when edits are made to the buffer. This property controls the behavior of AttemptToCheckOutBufferFromScc3 and GetBufferSccStatus3. It also determines which files are passed by the buffer when it calls IVsQueryEditQuerySave2 methods.

Namespace:  Microsoft.VisualStudio
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Shared ReadOnly VsBufferExtraFiles_guid As Guid
public static readonly Guid VsBufferExtraFiles_guid
public:
static initonly Guid VsBufferExtraFiles_guid
static val VsBufferExtraFiles_guid: Guid
public static final var VsBufferExtraFiles_guid : Guid

.NET Framework Security

See Also

Reference

VSConstants.VsTextBufferUserDataGuid Class

Microsoft.VisualStudio Namespace