PackageItem.EntryPoint プロパティ

定義

パッケージがプロジェクトのエントリ ポイントであるかどうかを示す値を取得します。値の設定も可能です。

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

プロパティ値

Boolean

パッケージがプロジェクトのエントリ ポイントの場合は true。それ以外の場合は false。

適用対象