MESCIUS SPREAD for ASP.NET 10.0J
SyncRoot プロパティ (DefaultStyleCollection)

コレクションが固定サイズであるかどうかを判定します

(この実装は常にFalseを返します)。

構文
'Declaration
 
Public ReadOnly Property SyncRoot As DefaultStyleCollection
public DefaultStyleCollection SyncRoot {get;}

プロパティ値

スタイルのコレクションを含むDefaultStyleCollectionオブジェクト
解説
このメソッドは、コレクションへのアクセスを同期するのに使用できるNamedStyleCollectionオブジェクトをコレクションから取得します。
FarPoint.Web.Spread.DefaultStyleCollection dsc = new FarPoint.Web.Spread.DefaultStyleCollection();
ListBox1.Items.Add(dsc.SyncRoot.ToString());
Dim dsc As New FarPoint.Web.Spread.DefaultStyleCollection()
ListBox1.Items.Add(dsc.SyncRoot.ToString())
参照

DefaultStyleCollection クラス
DefaultStyleCollection メンバ

 

 


© MESCIUS inc. All rights reserved.