DesignerConfigurationService.NamespaceConversionEnabled プロパティ

定義

名前空間の変換が有効かどうかを示す値を取得または設定します。

public:
 property bool NamespaceConversionEnabled { bool get(); void set(bool value); };
public bool NamespaceConversionEnabled { get; set; }
member this.NamespaceConversionEnabled : bool with get, set
Public Property NamespaceConversionEnabled As Boolean

プロパティ値

true 名前空間変換が有効な場合。それ以外の場合は false

適用対象