TranslationJobStatus.GetAllActiveJobs 方法
命名空間: Microsoft.Office.Client.TranslationServices
組件: Microsoft.Office.Client.TranslationServices.Silverlight (在 Microsoft.Office.Client.TranslationServices.Silverlight.dll 中); Microsoft.Office.Client.TranslationServices.Phone (在 Microsoft.Office.Client.TranslationServices.Phone.dll 中) Microsoft.Office.Client.TranslationServices (在 Microsoft.Office.Client.TranslationServices.dll 中)
語法
'宣告
Public Shared Function GetAllActiveJobs ( _
context As ClientRuntimeContext _
) As IEnumerable(Of TranslationJobInfo)
'用途
Dim context As ClientRuntimeContext
Dim returnValue As IEnumerable(Of TranslationJobInfo)
returnValue = TranslationJobStatus.GetAllActiveJobs(context)
public static IEnumerable<TranslationJobInfo> GetAllActiveJobs(
ClientRuntimeContext context
)
參數
傳回值
類型:System.Collections.Generic.IEnumerable<TranslationJobInfo>