다음을 통해 공유


WordService.GetCreateApplicationLink Method

Returns the uniform resource locator (URL) for the administrative Web site that you use to create a new service application.

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

Syntax

'Declaration
Public Overrides Function GetCreateApplicationLink ( _
    serviceApplicationType As Type _
) As SPAdministrationLink
'Usage
Dim instance As WordService
Dim serviceApplicationType As Type
Dim returnValue As SPAdministrationLink

returnValue = instance.GetCreateApplicationLink(serviceApplicationType)
public override SPAdministrationLink GetCreateApplicationLink(
    Type serviceApplicationType
)

Parameters

  • serviceApplicationType
    Type: System.Type

    A [System.Type] that specifies the type of the service application.

Return Value

Type: Microsoft.SharePoint.Administration.SPAdministrationLink
Returns SPAdministrationLink.

Implements

IServiceAdministration.GetCreateApplicationLink(Type)

See Also

Reference

WordService Class

WordService Members

Microsoft.Office.Word.Server.Service Namespace