PackageProperties.Title 属性

定义

在派生类中重写时,获取或设置给定的名称 Package 及其内容。

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

属性值

给定的名称 Package 及其内容。

适用于

另请参阅