ILocationRuntime.SupportsAsync 属性
获取一个布尔值,指定是否联合的位置支持异步查询请求。
命名空间: Microsoft.Office.Server.Search.Query
程序集: Microsoft.Office.Server.Search(位于 Microsoft.Office.Server.Search.dll 中)
语法
声明
ReadOnly Property SupportsAsync As Boolean
Get
用法
Dim instance As ILocationRuntime
Dim value As Boolean
value = instance.SupportsAsync
bool SupportsAsync { get; }
属性值
类型:System.Boolean
true如果位置支持异步的请求 ;否则为false。