ISetupFailedPackageReference3 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 ISetupFailedPackageReference3 : Microsoft::VisualStudio::Setup::Configuration::ISetupFailedPackageReference2
public interface class ISetupFailedPackageReference3 : Microsoft::VisualStudio::Setup::Configuration::ISetupFailedPackageReference2
__interface ISetupFailedPackageReference3 : Microsoft::VisualStudio::Setup::Configuration::ISetupFailedPackageReference2
[System.Runtime.InteropServices.Guid("EBC3AE68-AD15-44E8-8377-39DBF0316F6C")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupFailedPackageReference3 : Microsoft.VisualStudio.Setup.Configuration.ISetupFailedPackageReference2
[<System.Runtime.InteropServices.Guid("EBC3AE68-AD15-44E8-8377-39DBF0316F6C")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupFailedPackageReference3 = interface
interface ISetupFailedPackageReference2
interface ISetupFailedPackageReference
interface ISetupPackageReference
Public Interface ISetupFailedPackageReference3
Implements ISetupFailedPackageReference2
- Attributes
- Implements
Remarks
You can enumerate all properties of basic types by casting to an ISetupPropertyStore.
Methods
GetAction() |
Gets the action attempted when the package failed. |
GetAffectedPackages() |
Gets an array of packages affected by this package failure. |
GetBranch() |
Gets the build branch of the package. |
GetChip() |
Gets the target process architecture of the package. |
GetDescription() |
Gets the description of the package failure. |
GetDetails() |
Gets the array of details for this package failure. |
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. |
GetLogFilePath() |
Gets the path to the optional package log. |
GetReturnCode() |
Gets the return code of the failure. |
GetSignature() |
Gets the signature to use for feedback reporting. |
GetType() |
Gets the type of the package. |
GetUniqueId() |
Gets the unique identifier consisting of all defined tokens. |
GetVersion() |
Gets the version of the package. |