IVsProjectSpecialFiles Interface

Definition

Enables you to query the project for special files, such as web configuration or license files, and, optionally, to create them.

public interface class IVsProjectSpecialFiles
public interface class IVsProjectSpecialFiles
__interface IVsProjectSpecialFiles
[System.Runtime.InteropServices.Guid("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsProjectSpecialFiles
[System.Runtime.InteropServices.Guid("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsProjectSpecialFiles
[<System.Runtime.InteropServices.Guid("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsProjectSpecialFiles = interface
[<System.Runtime.InteropServices.Guid("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsProjectSpecialFiles = interface
Public Interface IVsProjectSpecialFiles
Attributes

Methods

GetFile(Int32, UInt32, UInt32, String)

Gets the item identifier, name, and path of a special project file.

Applies to