IHtmlControlDesignerBehavior.GetAttribute(String, Boolean) メソッド

定義

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

public:
 System::Object ^ GetAttribute(System::String ^ attribute, bool ignoreCase);
public object GetAttribute (string attribute, bool ignoreCase);
abstract member GetAttribute : string * bool -> obj
Public Function GetAttribute (attribute As String, ignoreCase As Boolean) As Object

パラメーター

attribute
String

取得する属性。

ignoreCase
Boolean

属性の構文で大文字と小文字が区別されない場合は true。それ以外の場合は false

戻り値

取得された属性。

注釈

注意

メソッドは GetAttribute 廃止されました。 同等の GetAttribute コントロール デザイナー機能については、 TagControlDesigner クラスの プロパティで メソッドを使用します。

適用対象

こちらもご覧ください