ToolboxItemWrapper.DisplayName プロパティ

定義

表示名を取得または設定します。

public:
 property System::String ^ DisplayName { System::String ^ get(); void set(System::String ^ value); };
public string DisplayName { get; set; }
member this.DisplayName : string with get, set
Public Property DisplayName As String

プロパティ値

String

表示名です。

注釈

表示名が変更されると、プロパティが変更されたことを示すイベントが発生します。 この設定操作はべき等であるため、アセンブリ名を既に格納されている値に設定しても、何も変更されません。

適用対象