バージョン

EditorStylePropertyCache コンストラクタ

コンストラクター。
シンタックス
'宣言
 
Public Function New( _
   ByVal editor As EmbeddableEditorBase, _
   ByVal cachedPropertyNames() As String _
)
public EditorStylePropertyCache( 
   EmbeddableEditorBase editor,
   string[] cachedPropertyNames
)

パラメータ

editor
キャッシュされたプロパティ値を管理するエディター。
cachedPropertyNames
キャッシュされるプロパティの名前の配列。
参照