HashtableWrapper.Pair - Constructeur (Object, Object)

Remarque : cette API est désormais obsolète.

Espace de noms :  Microsoft.SharePoint.ApplicationRuntime
Assembly :  Microsoft.SharePoint (dans Microsoft.SharePoint.dll)

Syntaxe

'Déclaration
<ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")> _
Public Sub New ( _
    name As Object, _
    val As Object _
)
'Utilisation
Dim name As Object
Dim val As Object

Dim instance As New HashtableWrapper.Pair(name, val)
[ObsoleteAttribute("The HashtableWrapper class is no longer supported and will be removed in a future release.")]
public Pair(
    Object name,
    Object val
)

Paramètres

Voir aussi

Référence

HashtableWrapper.Pair classe

HashtableWrapper.Pair - Membres

HashtableWrapper.Pair - Surcharge

Microsoft.SharePoint.ApplicationRuntime - Espace de noms