IVsProjectSpecialFiles Interface
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.
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. |