IVsWebFormDesignerSupport Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |