Partager via


MethodInstanceCollection.Create, méthode (String, Boolean, TypeDescriptor, MethodInstanceType, Method) (Microsoft.Office.Server.ApplicationRegistry.Administration)

Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)

Syntaxe

'Déclaration
Public Function Create ( _
    name As String, _
    isCached As Boolean, _
    returnTypeDescriptor As TypeDescriptor, _
    type As MethodInstanceType, _
    method As Method _
) As MethodInstance
'Utilisation
Dim instance As MethodInstanceCollection
Dim name As String
Dim isCached As Boolean
Dim returnTypeDescriptor As TypeDescriptor
Dim type As MethodInstanceType
Dim method As Method
Dim returnValue As MethodInstance

returnValue = instance.Create(name, isCached, returnTypeDescriptor, type, method)
public MethodInstance Create (
    string name,
    bool isCached,
    TypeDescriptor returnTypeDescriptor,
    MethodInstanceType type,
    Method method
)

Paramètres

  • name
  • isCached
  • returnTypeDescriptor
  • type
  • method

Voir aussi

Référence

MethodInstanceCollection, classe
Membres MethodInstanceCollection
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms