ISetupFailedPackageReference2 Interface

Definition

A reference to a failed package.

public interface class ISetupFailedPackageReference2 : Microsoft::VisualStudio::Setup::Configuration::ISetupFailedPackageReference
public interface class ISetupFailedPackageReference2 : Microsoft::VisualStudio::Setup::Configuration::ISetupFailedPackageReference
__interface ISetupFailedPackageReference2 : Microsoft::VisualStudio::Setup::Configuration::ISetupFailedPackageReference
[System.Runtime.InteropServices.Guid("0FAD873E-E874-42E3-B268-4FE2F096B9CA")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface ISetupFailedPackageReference2 : Microsoft.VisualStudio.Setup.Configuration.ISetupFailedPackageReference
[<System.Runtime.InteropServices.Guid("0FAD873E-E874-42E3-B268-4FE2F096B9CA")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type ISetupFailedPackageReference2 = interface
    interface ISetupFailedPackageReference
    interface ISetupPackageReference
Public Interface ISetupFailedPackageReference2
Implements ISetupFailedPackageReference
Derived
Attributes
Implements

Remarks

You can enumerate all properties of basic types by casting to an ISetupPropertyStore.

Methods

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.

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.

Applies to