Method.GetInputParameters, méthode (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Gets the input parameters for this method.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function GetInputParameters As ParameterCollection
'Utilisation
Dim instance As Method
Dim returnValue As ParameterCollection
returnValue = instance.GetInputParameters
public ParameterCollection GetInputParameters ()
Valeur de retour
A ParameterCollection object.
Remarques
Returns all the Parameters except for the Parameter with directionType Return.
Voir aussi
Référence
Method, classe
Membres Method
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms