SetSchemaPropertyAsync Method
Sets the schema property.
Syntax
[VB.NET] Public Function SetSchemaPropertyAsync(ByVal Name As String) As IAsyncAction
[C#] public IAsyncAction SetSchemaPropertyAsync(string name);
IP*Works! V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
SetSchemaPropertyAsync MethodSets the schema property. Syntax[VB.NET] Public Function SetSchemaPropertyAsync(ByVal Name As String) As IAsyncAction [C#] public IAsyncAction SetSchemaPropertyAsync(string name); RemarksThis method is the asynchronous version of the SetSchemaProperty method and is used to support asynchronous operations in WinRT. Please refer to SetSchemaProperty for more information. |
||