ExtensionParameter.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。 只读。

适用于