IVsWebFormDesignerSupport Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Implemented by project to provide single-file web form support.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)
Syntax
'Декларация
<GuidAttribute("2139DFC1-B0AD-4C17-A817-74F2BA47C714")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWebFormDesignerSupport
'Применение
Dim instance As IVsWebFormDesignerSupport
[GuidAttribute("2139DFC1-B0AD-4C17-A817-74F2BA47C714")]
[InterfaceTypeAttribute()]
public interface IVsWebFormDesignerSupport
[GuidAttribute(L"2139DFC1-B0AD-4C17-A817-74F2BA47C714")]
[InterfaceTypeAttribute()]
public interface class IVsWebFormDesignerSupport
[<GuidAttribute("2139DFC1-B0AD-4C17-A817-74F2BA47C714")>]
[<InterfaceTypeAttribute()>]
type IVsWebFormDesignerSupport = interface end
public interface IVsWebFormDesignerSupport