ImageEventArgs.PackageGuid Property
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.
The PackageGuid of the image's defining manifest. If the defining manifest omits the PackageGuid attribute or the image is a custom image, this will be Guid.Empty.
public:
property Guid PackageGuid { Guid get(); };
public Guid PackageGuid { get; }
member this.PackageGuid : Guid
Public ReadOnly Property PackageGuid As Guid
Property Value
Returns Guid.