Share via


IControlDesignerTag.GetAttribute(String) メソッド

定義

タグの指定された属性の値を取得します。

public:
 System::String ^ GetAttribute(System::String ^ name);
public string GetAttribute (string name);
abstract member GetAttribute : string -> string
Public Function GetAttribute (name As String) As String

パラメーター

name
String

属性の名前。

戻り値

属性の値を格納している文字列。

適用対象

こちらもご覧ください