IVsProjectSpecialFiles Interface
Enables you to query the project for special files, such as web configuration or license files, and, optionally, to create them.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'Declaration
<GuidAttribute("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")> _
<InterfaceTypeAttribute()> _
Public Interface IVsProjectSpecialFiles
[GuidAttribute("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[InterfaceTypeAttribute()]
public interface IVsProjectSpecialFiles
[GuidAttribute(L"7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[InterfaceTypeAttribute()]
public interface class IVsProjectSpecialFiles
[<GuidAttribute("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")>]
[<InterfaceTypeAttribute()>]
type IVsProjectSpecialFiles = interface end
public interface IVsProjectSpecialFiles
The IVsProjectSpecialFiles type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetFile | Gets the item identifier, name, and path of a special project file. |
Top