ImageAssetHandler Delegate
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.
[Windows.Foundation.Metadata.Guid(284086504, 19848, 23719, 71, 240, 216, 121, 116, 40, 199, 208)]
[Windows.Foundation.Metadata.Version(0)]
public delegate Windows.UI.Composition.ICompositionSurface? ImageAssetHandler(Uri imageUri);
[<Windows.Foundation.Metadata.Guid(284086504, 19848, 23719, 71, 240, 216, 121, 116, 40, 199, 208)>]
[<Windows.Foundation.Metadata.Version(0)>]
type ImageAssetHandler = delegate of Uri -> ICompositionSurface
Public Delegate Function ImageAssetHandler(imageUri As Uri) As ICompositionSurface
Parameters
- imageUri
- Windows.Foundation.Uri
Return Value
Windows.UI.Composition.ICompositionSurface
- Attributes
-
Windows.Foundation.Metadata.GuidAttribute Windows.Foundation.Metadata.VersionAttribute