SPService.GetCreateApplicationOptions - Méthode
Obtient les options pour la création d'une nouvelle application de service.
Espace de noms : Microsoft.SharePoint.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Overridable Function GetCreateApplicationOptions ( _
serviceApplicationType As Type _
) As SPCreateApplicationOptions
'Utilisation
Dim instance As SPService
Dim serviceApplicationType As Type
Dim returnValue As SPCreateApplicationOptions
returnValue = instance.GetCreateApplicationOptions(serviceApplicationType)
public virtual SPCreateApplicationOptions GetCreateApplicationOptions(
Type serviceApplicationType
)
Paramètres
- serviceApplicationType
Type : System.Type
Valeur renvoyée
Type : Microsoft.SharePoint.Administration.SPCreateApplicationOptions
Les options pour la création d'une nouvelle application de service.