ISetupProductReference 接口

定义

对产品包的引用。

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
派生
属性
实现

方法

GetBranch()

获取包的生成分支。

GetChip()

获取包的目标进程结构。

GetId()

获取一般的包标识符。

GetIsExtension()

获取一个值,该值指示包是否引用外部扩展。

GetIsInstalled()

获取一个值,该值指示是否安装了产品包。

GetLanguage()

获取语言和可选区域标识符。

GetType()

获取包的类型。

GetUniqueId()

获取包含所有定义的标记的唯一标识符。

GetVersion()

获取包的版本。

适用于