バージョン

PresetObjectWrapper コンストラクタ

新しい PresetObjectWrapper を初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal objectToWrap As ISupportPresets, _
   ByVal includeLookProperties As Boolean, _
   ByVal includeBehaviorProperties As Boolean, _
   ByVal includeOtherProperties As Boolean _
)

パラメータ

objectToWrap
プロパティが返されるオブジェクト
includeLookProperties
IPreset の "Look" プロパティを含む場合は True
includeBehaviorProperties
IPreset の "Behavior" プロパティを含む場合は True
includeOtherProperties
その他のすべてのプロパティを含む場合は True
参照