SPFieldIndexCollection.Item property (Guid)
在SPFieldIndexCollection中取得具有指定之 GUID 的SPFieldIndex物件。
Namespace: Microsoft.SharePoint
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Default Property Item ( _
uniqueId As Guid _
) As SPFieldIndex
Get
'用途
Dim instance As SPFieldIndexCollection
Dim uniqueId As Guid
Dim value As SPFieldIndex
value = instance(uniqueId)
public SPFieldIndex this[
Guid uniqueId
] { get; }
參數
uniqueId
Type: System.Guid若要擷取的SPFieldIndex物件識別碼。
Property value
Type: Microsoft.SharePoint.SPFieldIndex
中指定的 GUID 與目前的SPFieldIndexCollection的SPFieldIndex物件。