DesignerAdapterAttribute Constructors
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.
Initializes a new instance of the DesignerAdapterAttribute class. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
Overloads
DesignerAdapterAttribute(String) |
Initializes a new instance of the DesignerAdapterAttribute class using the name of the type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
DesignerAdapterAttribute(Type) |
Initializes a new instance of the DesignerAdapterAttribute class using the Type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET. |
DesignerAdapterAttribute(String)
Initializes a new instance of the DesignerAdapterAttribute class using the name of the type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
DesignerAdapterAttribute(System::String ^ adapterTypeName);
public DesignerAdapterAttribute (string adapterTypeName);
new System.Web.UI.MobileControls.DesignerAdapterAttribute : string -> System.Web.UI.MobileControls.DesignerAdapterAttribute
Public Sub New (adapterTypeName As String)
Parameters
- adapterTypeName
- String
The name of the type of adapter.
See also
Applies to
DesignerAdapterAttribute(Type)
Initializes a new instance of the DesignerAdapterAttribute class using the Type of adapter. This API is obsolete. For information about how to develop ASP.NET mobile applications, see Mobile Apps & Sites with ASP.NET.
public:
DesignerAdapterAttribute(Type ^ adapterType);
public DesignerAdapterAttribute (Type adapterType);
new System.Web.UI.MobileControls.DesignerAdapterAttribute : Type -> System.Web.UI.MobileControls.DesignerAdapterAttribute
Public Sub New (adapterType As Type)