言語

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

プロパティ値

パッケージがプロジェクトのエントリポイントである場合、そうでなければ、誤りです。

適用対象