Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Resolves faults on project hierarchies.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<GuidAttribute("C94FB6DD-91AA-495F-B399-51F1428723FC")> _
Public Interface IVsProjectFaultResolver
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[GuidAttribute("C94FB6DD-91AA-495F-B399-51F1428723FC")]
public interface IVsProjectFaultResolver
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[GuidAttribute(L"C94FB6DD-91AA-495F-B399-51F1428723FC")]
public interface class IVsProjectFaultResolver
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<GuidAttribute("C94FB6DD-91AA-495F-B399-51F1428723FC")>]
type IVsProjectFaultResolver = interface end
public interface IVsProjectFaultResolver
The IVsProjectFaultResolver type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
ResolveFault | Resolves the fault on this project. |
Top