IVsWebFormDesignerSupport Interface

Definition

Implemented by project to provide single-file web form support.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IVsWebFormDesignerSupport
public interface class IVsWebFormDesignerSupport
__interface IVsWebFormDesignerSupport
[System.Runtime.InteropServices.Guid("2139DFC1-B0AD-4C17-A817-74F2BA47C714")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsWebFormDesignerSupport
[System.Runtime.InteropServices.Guid("2139DFC1-B0AD-4C17-A817-74F2BA47C714")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsWebFormDesignerSupport
[<System.Runtime.InteropServices.Guid("2139DFC1-B0AD-4C17-A817-74F2BA47C714")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsWebFormDesignerSupport = interface
[<System.Runtime.InteropServices.Guid("2139DFC1-B0AD-4C17-A817-74F2BA47C714")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsWebFormDesignerSupport = interface
Public Interface IVsWebFormDesignerSupport
Attributes

Methods

AddReference(String)

This API supports the product infrastructure and is not intended to be used directly from your code.

Adds a reference to the specified page.

GetCodeDomProvider(Object)

This API supports the product infrastructure and is not intended to be used directly from your code.

Returns the language's code ___domain object model (DOM) provider.

Applies to