SetSchemaTypeAsync Method
Sets the schema type.
Syntax
[VB.NET] Public Function SetSchemaTypeAsync(ByVal Name As String) As Task
[C#] public Task SetSchemaTypeAsync(string name);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetSchemaTypeAsync MethodSets the schema type. Syntax[VB.NET] Public Function SetSchemaTypeAsync(ByVal Name As String) As Task [C#] public Task SetSchemaTypeAsync(string name); RemarksThis 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. |
||