ISetupProductReference Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A reference to a product package.
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
- Derived
- Attributes
- Implements
Methods
GetBranch() |
Gets the build branch of the package. |
GetChip() |
Gets the target process architecture of the package. |
GetId() |
Gets the general package identifier. |
GetIsExtension() |
Gets a value indicating whether the package refers to an external extension. |
GetIsInstalled() |
Gets a value indicating whether the product package is installed. |
GetLanguage() |
Gets the language and optional region identifier. |
GetType() |
Gets the type of the package. |
GetUniqueId() |
Gets the unique identifier consisting of all defined tokens. |
GetVersion() |
Gets the version of the package. |