IVsBufferExtraFiles Interface

Definition

Provides a method to get the list of extra files to process. Used by text manager in check out of multiple files.

public interface class IVsBufferExtraFiles
public interface class IVsBufferExtraFiles
__interface IVsBufferExtraFiles
[System.Runtime.InteropServices.Guid("66EE1DDE-6336-4A1E-9C99-D2864285ABA6")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsBufferExtraFiles
[System.Runtime.InteropServices.Guid("66EE1DDE-6336-4A1E-9C99-D2864285ABA6")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsBufferExtraFiles
[<System.Runtime.InteropServices.Guid("66EE1DDE-6336-4A1E-9C99-D2864285ABA6")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsBufferExtraFiles = interface
[<System.Runtime.InteropServices.Guid("66EE1DDE-6336-4A1E-9C99-D2864285ABA6")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsBufferExtraFiles = interface
Public Interface IVsBufferExtraFiles
Attributes

Methods

GetQueryEditFilesDocuments(IVsTextBuffer, String)

Gets a list of files to process.

Applies to