ISetupPackageReference 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 package.
public interface class ISetupPackageReference
public interface class ISetupPackageReference
__interface ISetupPackageReference
[System.Runtime.InteropServices.Guid("DA8D8A16-B2B6-4487-A2F1-594CCCCD6BF5")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupPackageReference
[<System.Runtime.InteropServices.Guid("DA8D8A16-B2B6-4487-A2F1-594CCCCD6BF5")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupPackageReference = interface
Public Interface ISetupPackageReference
- Derived
- Attributes
Remarks
You can enumerate all properties of basic types by casting to an ISetupPropertyStore.
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. |
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. |