ParameterNameValueHashtable.Set - Méthode
Ajoute une paire clé/valeur de chaînes à la collection.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub Set ( _
key As String, _
value As String _
)
'Utilisation
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim value As String
instance.Set(key, value)
public void Set(
string key,
string value
)
Paramètres
- key
Type : System.String
- value
Type : System.String
Voir aussi
Référence
ParameterNameValueHashtable classe