PackageProperties.Description 屬性

定義

在衍生類別中覆寫時,取得或設定 Package 中所包含內容的描述。

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

屬性值

Package 中所包含內容的描述。

備註

Description可能包含 但不限於:抽象、目錄、內容圖形表示法的參考,或內容的自由文字帳戶。

適用於