Partager via


NamedMethodInstanceDictionary.Item, propriété (String) (Microsoft.Office.Server.ApplicationRegistry.MetadataModel)

Sets or returns the value of an item in the Dictionary 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 ( _
    methodInstanceName As String _
) As MethodInstance
'Utilisation
Dim instance As NamedMethodInstanceDictionary
Dim methodInstanceName As String
Dim value As MethodInstance

value = instance(methodInstanceName)

instance(methodInstanceName) = value
public MethodInstance this [
    string methodInstanceName
] { get; set; }

Paramètres

Valeur de la propriété

The name of the MethodInstance object.

Voir aussi

Référence

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