MobileControl.IAttributeAccessor.GetAttribute(String) 方法

定義

如需這個方法的說明,請參閱 GetAttribute(String)。 這個 API 已經過時。 如需如何開發 ASP.NET 行動應用程式的資訊,請參閱 具有 ASP.NET 的Mobile Apps & Sites

 virtual System::String ^ System.Web.UI.IAttributeAccessor.GetAttribute(System::String ^ name) = System::Web::UI::IAttributeAccessor::GetAttribute;
string IAttributeAccessor.GetAttribute (string name);
abstract member System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
override this.System.Web.UI.IAttributeAccessor.GetAttribute : string -> string
Function GetAttribute (name As String) As String Implements IAttributeAccessor.GetAttribute

參數

name
String

要取得的屬性名稱。

傳回

指定的屬性值。

實作

備註

這個成員是明確介面成員實作, 只有在 MobileControl 執行個體轉換成 IAttributeAccessor 介面時,才能使用這個成員。

適用於

另請參閱