Compartir a través de


del método TranslationService.GetApplicationTypeDescription

Obtiene una descripción del tipo de aplicación de servicio especificado.

Espacio de nombres:  Microsoft.Office.TranslationServices
Ensamblado:  Microsoft.Office.TranslationServices (en Microsoft.Office.TranslationServices.dll)

Sintaxis

'Declaración
Public Function GetApplicationTypeDescription ( _
    serviceApplicationType As Type _
) As SPPersistedTypeDescription
'Uso
Dim instance As TranslationService
Dim serviceApplicationType As Type
Dim returnValue As SPPersistedTypeDescription

returnValue = instance.GetApplicationTypeDescription(serviceApplicationType)
public SPPersistedTypeDescription GetApplicationTypeDescription(
    Type serviceApplicationType
)

Parámetros

  • serviceApplicationType
    Tipo: System.Type

    El tipo de la aplicación de servicio.

Valor devuelto

Tipo: Microsoft.SharePoint.Administration.SPPersistedTypeDescription
El objeto SPPersistedTypeDescription .

Implementaciones

IServiceAdministration.GetApplicationTypeDescription(Type)

Vea también

Referencia

clase TranslationService

Miembros TranslationService

Espacio de nombres Microsoft.Office.TranslationServices