MobileControl.IAttributeAccessor.GetAttribute(String) 方法

定義

關於此方法的描述,請參見 GetAttribute(String)。 這個 API 已經過時了。 有關如何開發 ASP.NET 行動應用程式的資訊,請參閱 Mobile Apps &ASP.NET 的網站。

 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 介面時使用。

適用於

另請參閱