ActionParameterCollection.Create, méthode (Byte, Boolean, Byte) (Microsoft.Office.Server.ApplicationRegistry.Administration)
Creates an ActionParameter in the collection.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Function Create ( _
idOrdinal As Byte, _
isCached As Boolean, _
index As Byte _
) As ActionParameter
'Utilisation
Dim instance As ActionParameterCollection
Dim idOrdinal As Byte
Dim isCached As Boolean
Dim index As Byte
Dim returnValue As ActionParameter
returnValue = instance.Create(idOrdinal, isCached, index)
public ActionParameter Create (
byte idOrdinal,
bool isCached,
byte index
)
Paramètres
- idOrdinal
The ordinal number of the identifier in the action URL.
- isCached
true if this parameter should be cached; otherwise, false.
- index
The ordinal number of this parameter in the action URL.
Valeur de retour
An ActionParameter object.
Remarques
This method will throw an exception if the entity does not have a SpecificFinder defined.
Voir aussi
Référence
ActionParameterCollection, classe
Membres ActionParameterCollection
Microsoft.Office.Server.ApplicationRegistry.Administration, espace de noms