IVsGeneratorProgress Interface
Note: This API is now obsolete.
Namespace: Microsoft.VisualStudio.TextTemplating.VSHost
Assembly: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (in Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll)
Syntax
'Declaration
<GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
<ObsoleteAttribute("Please use Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress")> _
Public Interface IVsGeneratorProgress
[GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
[ObsoleteAttribute("Please use Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress")]
public interface IVsGeneratorProgress
[GuidAttribute(L"BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
[ObsoleteAttribute(L"Please use Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress")]
public interface class IVsGeneratorProgress
[<GuidAttribute("BED89B98-6EC9-43CB-B0A8-41D6E2D6669D")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
[<ObsoleteAttribute("Please use Microsoft.VisualStudio.Shell.Interop.IVsGeneratorProgress")>]
type IVsGeneratorProgress = interface end
public interface IVsGeneratorProgress
The IVsGeneratorProgress type exposes the following members.
Methods
Name | Description | |
---|---|---|
GeneratorError | ||
Progress |
Top