SetSchemaTypeAsync Method
Sets the schema type.
Syntax
[VB.NET]
Public Function SetSchemaTypeAsync(ByVal Name As String) As Task
[C#]
public Task SetSchemaTypeAsync(string name);
Remarks
This method is the asynchronous version of the
SetSchemaType method and is used to support asynchronous operations in WinRT. Please refer to
SetSchemaType for more information.