Partager via


Parameter.CreateDefaultInstance, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Creates an instance of this parameter with the default value associated with the specified method instance using the TypeReflector associated with the Parameter.

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

Syntaxe

'Déclaration
Public Function CreateDefaultInstance ( _
    forMethodInstance As MethodInstance _
) As Object
'Utilisation
Dim instance As Parameter
Dim forMethodInstance As MethodInstance
Dim returnValue As Object

returnValue = instance.CreateDefaultInstance(forMethodInstance)
public Object CreateDefaultInstance (
    MethodInstance forMethodInstance
)

Paramètres

Valeur de retour

An object representing the parameter instance.

Voir aussi

Référence

Parameter, classe
Membres Parameter
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms