AutomationPeer.GetName メソッド
定義
このオートメーション ピアに関連付けられている要素を説明するテキストを取得します。Gets text that describes the element that is associated with this automation peer.
public:
System::String ^ GetName();
public string GetName ();
member this.GetName : unit -> string
Public Function GetName () As String
戻り値
名前。The name.
例外
このメソッドのパブリック呼び出しが現在進行中です。A public call to this method is currently in progress.
注釈
このメソッドは、の派生実装を呼び出し GetNameCore ます。This method calls the derived implementation of GetNameCore.