次の方法で共有


ObjectListTitleAttribute(String) コンストラクター

定義

ObjectListTitleAttribute クラスの新しいインスタンスを初期化します。 この API は廃止されています。 ASP.NET モバイル アプリケーションを開発する方法については、「ASP.NETを使用 Mobile Apps & サイト」を参照してください。

public:
 ObjectListTitleAttribute(System::String ^ title);
public ObjectListTitleAttribute(string title);
new System.Web.UI.MobileControls.ObjectListTitleAttribute : string -> System.Web.UI.MobileControls.ObjectListTitleAttribute
Public Sub New (title As String)

パラメーター

title
String

Title プロパティを初期化します。

注釈

title パラメーターの値を使用して Title プロパティを初期化して、新しいObjectListTitleAttribute オブジェクトを構築します。

適用対象

こちらもご覧ください