SPUserCustomActionCollection.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 SPUserCustomActionCollection
Dim value As Boolean
value = CType(instance, ICollection).IsSynchronized
boolICollection.IsSynchronized { get; }
Property value
Type: System.Boolean
Boolean
true如果集合為同步。否則, false。
Implements
請參閱
參照
SPUserCustomActionCollection class