LottieVisualSource.SetSourceAsync Method     
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.
Overloads
SetSourceAsync(Uri)
[Windows.Foundation.Metadata.Overload("SetSourceAsync1")]
public Windows.Foundation.IAsyncAction SetSourceAsync(Windows.Foundation.Uri sourceUri);
	[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("SetSourceUriAsync")]
public Windows.Foundation.IAsyncAction SetSourceAsync(Windows.Foundation.Uri sourceUri);
	[<Windows.Foundation.Metadata.Overload("SetSourceAsync1")>]
abstract member SetSourceAsync : Windows.Foundation.Uri -> Windows.Foundation.IAsyncAction
override this.SetSourceAsync : Windows.Foundation.Uri -> Windows.Foundation.IAsyncAction
	[<Windows.Foundation.Metadata.DefaultOverload>]
[<Windows.Foundation.Metadata.Overload("SetSourceUriAsync")>]
abstract member SetSourceAsync : Windows.Foundation.Uri -> Windows.Foundation.IAsyncAction
override this.SetSourceAsync : Windows.Foundation.Uri -> Windows.Foundation.IAsyncAction
	Public Function SetSourceAsync (sourceUri As Uri) As IAsyncAction
	Parameters
- sourceUri
 - Windows.Foundation.Uri
 
Returns
		Windows.Foundation.IAsyncAction
		
	
	
	- Attributes
 - 
			Windows.Foundation.Metadata.OverloadAttribute Windows.Foundation.Metadata.DefaultOverloadAttribute
 
Applies to
SetSourceAsync(StorageFile)
[Windows.Foundation.Metadata.DefaultOverload]
[Windows.Foundation.Metadata.Overload("SetSourceAsync2")]
public Windows.Foundation.IAsyncAction SetSourceAsync(Windows.Storage.StorageFile file);
	[Windows.Foundation.Metadata.Overload("SetSourceFileAsync")]
public Windows.Foundation.IAsyncAction SetSourceAsync(Windows.Storage.StorageFile file);
	[<Windows.Foundation.Metadata.DefaultOverload>]
[<Windows.Foundation.Metadata.Overload("SetSourceAsync2")>]
abstract member SetSourceAsync : Windows.Storage.StorageFile -> Windows.Foundation.IAsyncAction
override this.SetSourceAsync : Windows.Storage.StorageFile -> Windows.Foundation.IAsyncAction
	[<Windows.Foundation.Metadata.Overload("SetSourceFileAsync")>]
abstract member SetSourceAsync : Windows.Storage.StorageFile -> Windows.Foundation.IAsyncAction
override this.SetSourceAsync : Windows.Storage.StorageFile -> Windows.Foundation.IAsyncAction
	Public Function SetSourceAsync (file As StorageFile) As IAsyncAction
	Parameters
- file
 - Windows.Storage.StorageFile
 
Returns
		Windows.Foundation.IAsyncAction
		
	
	
	- Attributes
 - 
			Windows.Foundation.Metadata.DefaultOverloadAttribute Windows.Foundation.Metadata.OverloadAttribute
 
Applies to
SetSourceAsync(IInputStream)
[Windows.Foundation.Metadata.Overload("SetSourceStreamAsync")]
public Windows.Foundation.IAsyncAction SetSourceAsync(Windows.Storage.Streams.IInputStream stream);
	[<Windows.Foundation.Metadata.Overload("SetSourceStreamAsync")>]
abstract member SetSourceAsync : Windows.Storage.Streams.IInputStream -> Windows.Foundation.IAsyncAction
override this.SetSourceAsync : Windows.Storage.Streams.IInputStream -> Windows.Foundation.IAsyncAction
	Public Function SetSourceAsync (stream As IInputStream) As IAsyncAction
	Parameters
- stream
 - Windows.Storage.Streams.IInputStream
 
Returns
		Windows.Foundation.IAsyncAction
		
	
	
	- Attributes
 - 
			Windows.Foundation.Metadata.OverloadAttribute