다음을 통해 공유


WordService.GetApplicationTypes Method

Returns the service application types supported by the service.

Namespace:  Microsoft.Office.Word.Server.Service
Assembly:  Microsoft.Office.Word.Server (in Microsoft.Office.Word.Server.dll)

Syntax

'Declaration
Public Function GetApplicationTypes As Type()
'Usage
Dim instance As WordService
Dim returnValue As Type()

returnValue = instance.GetApplicationTypes()
public Type[] GetApplicationTypes()

Return Value

Type: []
Returns Type.

Implements

IServiceAdministration.GetApplicationTypes()

See Also

Reference

WordService Class

WordService Members

Microsoft.Office.Word.Server.Service Namespace