次の方法で共有


ModulePropertiesPage.ConfigNamesPresent プロパティ

定義

構成名がサポートされているかどうかを示す値を取得します。

protected public:
 virtual property bool ConfigNamesPresent { bool get(); };
protected internal virtual bool ConfigNamesPresent { get; }
member this.ConfigNamesPresent : bool
Protected Friend Overridable ReadOnly Property ConfigNamesPresent As Boolean

プロパティ値

true 構成名がサポートされている場合は 。それ以外の場合は false

次の例では、 プロパティを ConfigNamesPresent 実装します。

protected override bool ConfigNamesPresent {
    get { return _configNamesPresent; }
}

注釈

プロパティの ConfigNamesPresent 値が の場合、 trueページの フィーチャー ビュー には、[ 表示 ] ドロップダウン ボックスが追加されます。このボックスには、[ フレンドリ名]、[ 構成名]、[ 両方の名前] があります。

適用対象