次の方法で共有


ConfigurationProperty.IsTypeStringTransformationRequired プロパティ

定義

.NET Framework の以前のバージョンでシリアル化されるときに、構成プロパティの型名に変換が必要かどうかを示します。

この API は製品インフラストラクチャをサポートします。コードから直接使用するものではありません。

public:
 property bool IsTypeStringTransformationRequired { bool get(); };
public bool IsTypeStringTransformationRequired { get; }
member this.IsTypeStringTransformationRequired : bool
Public ReadOnly Property IsTypeStringTransformationRequired As Boolean

プロパティ値

true プロパティが型名変換を必要とする場合。それ以外の場合は false

注釈

ConfigurationPropertyOptions パラメーターを含むコンストラクターを呼び出すときに、ConfigurationPropertyOptionsを使用してこのプロパティを設定します。 プロパティに型名文字列が含まれていない場合、この値は無視されます。

適用対象