ISetupProductReference Interface

Definição

Uma referência a um pacote de produto.

public interface class ISetupProductReference : Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference
public interface class ISetupProductReference : Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference
__interface ISetupProductReference : Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference
[System.Runtime.InteropServices.Guid("A170B5EF-223D-492B-B2D4-945032980685")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupProductReference : Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference
[<System.Runtime.InteropServices.Guid("A170B5EF-223D-492B-B2D4-945032980685")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupProductReference = interface
    interface ISetupPackageReference
Public Interface ISetupProductReference
Implements ISetupPackageReference
Derivado
Atributos
Implementações

Métodos

GetBranch()

Obtém a ramificação de Build do pacote.

GetChip()

Obtém a arquitetura do processo de destino do pacote.

GetId()

Obtém o identificador de pacote geral.

GetIsExtension()

Obtém um valor que indica se o pacote se refere a uma extensão externa.

GetIsInstalled()

Obtém um valor que indica se o pacote de produto está instalado.

GetLanguage()

Obtém o idioma e o identificador de região opcional.

GetType()

Obtém o tipo do pacote.

GetUniqueId()

Obtém o identificador exclusivo que consiste em todos os tokens definidos.

GetVersion()

Obtém a versão do pacote.

Aplica-se a