バージョン

LoadCustomizations(String,Boolean,CustomizationType) メソッド

SaveCustomizations(Boolean) メソッドで保存されたユーザーのカスタマイズを読み込みます。
シンタックス
'宣言
 
Public Overloads Sub LoadCustomizations( _
   ByVal Customizations As String, _
   ByVal useStrictFieldMatching As Boolean, _
   Optional ByVal customizationsToExclude As CustomizationType _
) 
public void LoadCustomizations( 
   string Customizations,
   bool useStrictFieldMatching,
   CustomizationType customizationsToExclude
)

パラメータ

Customizations
保存された Customizations を含む文字列
useStrictFieldMatching
true の場合、FieldLayout の Key が明示的に設定されても、すべての保存されたフィールドが存在することが必須となります。
customizationsToExclude
読み込みで除外するカスタマイズ化を含むフラグ付きの列挙型。デフォルト値は None です。
解説

この LoadCustomizations のオーバーロードは、指定したカスタマイズ化の文字列が有効な XML 形式ではない場合に例外を発生します。

参照