PackageAttribute Classe

Definição

Adicionado a uma INavigateToItemProviderFactory implementação para especificar o pacote de que depende. O INavigateToItemProviderFactory só será carregado se o pacote especificado for carregado.

public ref class PackageAttribute sealed : Attribute
[System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)]
[System.ComponentModel.Composition.MetadataAttribute]
public sealed class PackageAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Class, AllowMultiple=false)>]
[<System.ComponentModel.Composition.MetadataAttribute>]
type PackageAttribute = class
    inherit Attribute
Public NotInheritable Class PackageAttribute
Inherits Attribute
Herança
PackageAttribute
Atributos

Construtores

PackageAttribute(String)

Cria um novo PackageAttribute.

Propriedades

Guid

O identificador exclusivo do pacote de dependência.

Aplica-se a