NamedMethodDictionary.Item, propriété (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)
Sets or returns the value of an item in the NamedMethodDictionary object.
Espace de noms : Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly : Microsoft.SharePoint.Portal (dans microsoft.sharepoint.portal.dll)
Syntaxe
'Déclaration
Public Default Property Item ( _
methodName As String _
) As Method
'Utilisation
Dim instance As NamedMethodDictionary
Dim methodName As String
Dim value As Method
value = instance(methodName)
instance(methodName) = value
public Method this [
string methodName
] { get; set; }
Paramètres
- methodName
The name of the method.
Valeur de la propriété
The name of the method.
Voir aussi
Référence
NamedMethodDictionary, classe
Membres NamedMethodDictionary
Microsoft.Office.Server.ApplicationRegistry.MetadataModel, espace de noms