DependencyObjectType.Name プロパティ

定義

表される共通言語ランタイム (CLR) システム型の名前を取得します。

public:
 property System::String ^ Name { System::String ^ get(); };
public string Name { get; }
member this.Name : string
Public ReadOnly Property Name As String

プロパティ値

String

表される CLR システム型の名前。

注釈

Name 値は、. の型名の名前 Typeと同じ文字列です。

適用対象

こちらもご覧ください