NameValuePropertyBag 构造函数 (List<NameValuePair>)
命名空间: Microsoft.Web.Hosting.Administration
程序集: Microsoft.SharePoint(位于 Microsoft.SharePoint.dll 中)
语法
声明
Public Sub New ( _
nameValuePairs As List(Of NameValuePair) _
)
用法
Dim nameValuePairs As List(Of NameValuePair)
Dim instance As New NameValuePropertyBag(nameValuePairs)
public NameValuePropertyBag(
List<NameValuePair> nameValuePairs
)
参数
- nameValuePairs
类型:System.Collections.Generic.List<NameValuePair>