다음을 통해 공유


ParameterNameValueHashtable.GetAt method

Returns a string that is the value for the key parameter that is passed in.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public Function GetAt ( _
    key As String _
) As String
'Usage
Dim instance As ParameterNameValueHashtable
Dim key As String
Dim returnValue As String

returnValue = instance.GetAt(key)
public string GetAt(
    string key
)

Parameters

Return value

Type: System.String

See also

Reference

ParameterNameValueHashtable class

ParameterNameValueHashtable members

Microsoft.SharePoint.WebPartPages namespace