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
'Usage
Dim instance As IVsProjectSpecialFiles
[GuidAttribute("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[InterfaceTypeAttribute()]
public interface IVsProjectSpecialFiles
[GuidAttribute(L"7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[InterfaceTypeAttribute()]
public interface class IVsProjectSpecialFiles
public interface IVsProjectSpecialFiles

See Also

Reference

IVsProjectSpecialFiles Members

Microsoft.VisualStudio.Shell.Interop Namespace