PowerTools SPREAD for ASP.NET 8.0J
SyncRoot プロパティ (DefaultStyleCollection)

コレクションへのアクセスを同期するのに使用できる NamedStyleCollectionオブジェクトを取得します。
構文
'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 メンバ

 

 


© 2003-2015, GrapeCity inc. All rights reserved.