SPFieldLookupValueCollection constructor (String)
初始化根據指定的欄位值的SPFieldLookupValueCollection類別的新執行個體。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public Sub New ( _
fieldValue As String _
)
'用途
Dim fieldValue As String
Dim instance As New SPFieldLookupValueCollection(fieldValue)
public SPFieldLookupValueCollection(
string fieldValue
)
參數
fieldValue
Type: System.String字串,指定的欄位所包含的值。
請參閱
參照
SPFieldLookupValueCollection class
SPFieldLookupValueCollection members