ImageEventArgs.PackageGuid Property

Definition

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.

Applies to