WindowsPlatformService.GetClientTypeAssembliesAsync method
This member overrides PlatformServiceGetClientTypeAssembliesAsync().
Namespace: Microsoft.SharePoint.Client
Assembly: Microsoft.SharePoint.Client.Runtime.Windows (in Microsoft.SharePoint.Client.Runtime.Windows.dll)
Syntax
'Declaration
Protected Overrides Function GetClientTypeAssembliesAsync As Task(Of IEnumerable(Of Assembly))
'Usage
Dim returnValue As Task(Of IEnumerable(Of Assembly))
returnValue = Me.GetClientTypeAssembliesAsync()
protected override Task<IEnumerable<Assembly>> GetClientTypeAssembliesAsync()
Return value
Type: System.Threading.Tasks.Task<IEnumerable<Assembly>>