MethodInstanceCollection.Create - Méthode (String, Boolean, TypeDescriptor, MethodInstanceType, Boolean, Method)
Crée un nouvel objet MethodInstance .
Espace de noms : Microsoft.SharePoint.BusinessData.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function Create ( _
name As String, _
isCached As Boolean, _
returnTypeDescriptor As TypeDescriptor, _
type As MethodInstanceType, _
isDefault As Boolean, _
methodToUse 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 isDefault As Boolean
Dim methodToUse As Method
Dim returnValue As MethodInstance
returnValue = instance.Create(name, isCached, _
returnTypeDescriptor, type, isDefault, _
methodToUse)
public MethodInstance Create(
string name,
bool isCached,
TypeDescriptor returnTypeDescriptor,
MethodInstanceType type,
bool isDefault,
Method methodToUse
)
Paramètres
name
Type : System.StringLe nom de l'objet MethodInstance .
isCached
Type : System.Booleantrue si l'objet créé doit être mis en cache ; dans le cas contraire, false.
returnTypeDescriptor
Type : Microsoft.SharePoint.BusinessData.Administration.TypeDescriptorL'objet TypeDescriptor .
type
Type : Microsoft.BusinessData.MetadataModel.MethodInstanceTypeLe type MethodInstanceType .
isDefault
Type : System.Booleantrue si l'objet créé doit être l'objet de MethodInstanceCollection par défaut ; dans le cas contraire, false.
methodToUse
Type : Microsoft.SharePoint.BusinessData.Administration.MethodL'objet Method à utiliser.
Valeur renvoyée
Type : Microsoft.SharePoint.BusinessData.Administration.MethodInstance
Le nouvel objet MethodInstance .
Voir aussi
Référence
MethodInstanceCollection classe
MethodInstanceCollection - Membres
Microsoft.SharePoint.BusinessData.Administration - Espace de noms