ImageEventArgs Class
Visual Studio 2015
Arguments for ImageLibrary events.
Assembly: Microsoft.VisualStudio.Imaging (in Microsoft.VisualStudio.Imaging.dll)
| Name | Description | |
|---|---|---|
![]() | ImageEventArgs(ImageMoniker, String^, Guid) | Initializes a new set of ImageEventArgs. |
| Name | Description | |
|---|---|---|
![]() | ManifestFilename | Gets the name of the manifest file in which the image was defined. If the image is a custom image, this will be null. |
![]() | Moniker | TGets the moniker for the image. |
![]() | PackageGuid | 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


