IVsSolution5-Schnittstelle

 

Veröffentlicht: Oktober 2016

Bietet zusätzliche der obersten Ebene zum Bearbeiten oder Wartung der Lösung.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")]
public interface IVsSolution5
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")]
public interface class IVsSolution5
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")>]
type IVsSolution5 = interface end
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>
<GuidAttribute("90570D49-7B10-4DCD-B9AC-530D91F4EBB5")>
Public Interface IVsSolution5

Methoden

Name Beschreibung
System_CAPS_pubmethod GetGuidOfProjectFile(String)

Ruft die GUID für das Projekt anhand der angegebenen Projektdatei ab.

System_CAPS_pubmethod ResolveFaultedProjects(UInt32, IVsHierarchy[], IVsPropertyBag, UInt32, UInt32)

Projekte, löst einen Fehler verursacht.

Siehe auch

Microsoft.VisualStudio.Shell.Interop-Namespace

Zurück zum Anfang