次の方法で共有


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

適用対象