IControlDesignerTag.GetAttribute(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
タグで識別された属性の値を取得します。
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
属性の名前。
返品
属性の値を含む文字列。