共用方式為


SPFeatureCollection.ICollection.IsSynchronized property

取得值,指出對集合的存取是否為同步 (安全執行緒)。

Namespace:  Microsoft.SharePoint
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Private ReadOnly Property IsSynchronized As Boolean
    Implements ICollection.IsSynchronized
    Get
'用途
Dim instance As SPFeatureCollection
Dim value As Boolean

value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }

Property value

Type: System.Boolean
true如果存取是執行緒安全 ;否則, false。在目前的實作中,一律會傳回false 。

Implements

ICollection.IsSynchronized

請參閱

參照

SPFeatureCollection class

SPFeatureCollection members

Microsoft.SharePoint namespace