次の方法で共有


IHtmlControlDesignerBehavior.GetAttribute メソッド

指定した属性を取得します。

Function GetAttribute( _
   ByVal attribute As String, _   ByVal ignoreCase As Boolean _) As Object
[C#]
object GetAttribute(
   stringattribute,boolignoreCase);
[C++]
Object* GetAttribute(
   String* attribute,boolignoreCase);
[JScript]
function GetAttribute(
   attribute : String,ignoreCase : Boolean) : Object;

パラメータ

  • attribute
    取得する属性。
  • ignoreCase
    属性の構文で大文字と小文字が区別されない場合は true 。それ以外の場合は false

戻り値

取得された属性。

必要条件

プラットフォーム: Windows 2000, Windows XP Professional, Windows Server 2003 ファミリ

.NET Framework セキュリティ:

参照

IHtmlControlDesignerBehavior インターフェイス | IHtmlControlDesignerBehavior メンバ | System.Web.UI.Design 名前空間