MethodInstanceCollection.Create, méthode (String, Boolean, TypeDescriptor, MethodInstanceType) (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 _
) As MethodInstance
'Utilisation
Dim instance As MethodInstanceCollection
Dim name As String
Dim isCached As Boolean
Dim returnTypeDescriptor As TypeDescriptor
Dim type As MethodInstanceType
Dim returnValue As MethodInstance
returnValue = instance.Create(name, isCached, returnTypeDescriptor, type)
public MethodInstance Create (
string name,
bool isCached,
TypeDescriptor returnTypeDescriptor,
MethodInstanceType type
)
Paramètres
- name
- isCached
- returnTypeDescriptor
- type
Voir aussi
Référence
MethodInstanceCollection, classe
Membres MethodInstanceCollection
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms