Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
.gif)