ImageEventArgs.ManifestFilename Property

Definition

The name of the manifest file in which the image was defined. If the image is a custom image, this will be null.

public:
 property System::String ^ ManifestFilename { System::String ^ get(); };
public:
 property Platform::String ^ ManifestFilename { Platform::String ^ get(); };
public string ManifestFilename { get; }
member this.ManifestFilename : string
Public ReadOnly Property ManifestFilename As String

Property Value

Returns String.

Applies to