ISetupFailedPackageReference 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 failed package.
public interface class ISetupFailedPackageReference : Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference
public interface class ISetupFailedPackageReference : Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference
__interface ISetupFailedPackageReference : Microsoft::VisualStudio::Setup::Configuration::ISetupPackageReference
[System.Runtime.InteropServices.Guid("E73559CD-7003-4022-B134-27DC650B280F")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupFailedPackageReference : Microsoft.VisualStudio.Setup.Configuration.ISetupPackageReference
[<System.Runtime.InteropServices.Guid("E73559CD-7003-4022-B134-27DC650B280F")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupFailedPackageReference = interface
interface ISetupPackageReference
Public Interface ISetupFailedPackageReference
Implements ISetupPackageReference
- Derived
- Attributes
- Implements
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. |