NameValuePropertyBag - Constructeur (List<NameValuePair>)
Espace de noms : Microsoft.Web.Hosting.Administration
Assembly : Microsoft.SharePoint (dans Microsoft.SharePoint.dll)
Syntaxe
'Déclaration
Public Sub New ( _
nameValuePairs As List(Of NameValuePair) _
)
'Utilisation
Dim nameValuePairs As List(Of NameValuePair)
Dim instance As New NameValuePropertyBag(nameValuePairs)
public NameValuePropertyBag(
List<NameValuePair> nameValuePairs
)
Paramètres
- nameValuePairs
Type : System.Collections.Generic.List<NameValuePair>
Voir aussi
Référence
NameValuePropertyBag - Membres