FileResource.OpenStreamAsync 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.
Open a stream to the resource.
public override System.Threading.Tasks.Task<System.IO.Stream> OpenStreamAsync ();
override this.OpenStreamAsync : unit -> System.Threading.Tasks.Task<System.IO.Stream>
Public Overrides Function OpenStreamAsync () As Task(Of Stream)
Returns
Stream for accesssing the content of the resource.