ParameterNameValueHashtable.GetAt - Méthode
Retourne une chaîne qui est la valeur pour le paramètre key qui est passé.
Espace de noms : Microsoft.SharePoint.WebPartPages
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Function GetAt ( _
key As String _
) As String
'Utilisation
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim returnValue As String
returnValue = instance.GetAt(key)
public string GetAt(
string key
)
Paramètres
- key
Type : System.String
Valeur renvoyée
Type : System.String
Voir aussi
Référence
ParameterNameValueHashtable classe