PackageProperties.Category Propriedade
Definição
public:
abstract property System::String ^ Category { System::String ^ get(); void set(System::String ^ value); };
public abstract string Category { get; set; }
public abstract string? Category { get; set; }
member this.Category : string with get, set
Public MustOverride Property Category As String
Valor da propriedade
A categoria do conteúdo contido no Package .The category of the content that is contained in the Package.
Comentários
O Category valor normalmente é usado como parte da interface do usuário do aplicativo para criar rótulos para controles de navegação.The Category value is typically used as part of the application user interface (UI) to create labels for navigation controls.