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)

[GuidAttribute("7CEB5F64-3AF3-4FC4-843D-E8E61F43B13C")]
[InterfaceTypeAttribute(1)]
public interface IVsProjectSpecialFiles

NameDescription
System_CAPS_pubmethodGetFile(Int32, UInt32, UInt32, String)

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

Return to top
Show: