IVsGeneratorProgress インターフェイス
メモ: この API は、互換性のために残されています。
名前空間: Microsoft.VisualStudio.TextTemplating.VSHost
アセンブリ: Microsoft.VisualStudio.TextTemplating.VSHost.10.0 (Microsoft.VisualStudio.TextTemplating.VSHost.10.0.dll 内)
構文
'宣言
<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
IVsGeneratorProgress 型で公開されるメンバーは以下のとおりです。
メソッド
名前 | 説明 | |
---|---|---|
GeneratorError | ||
Progress |
このページのトップへ