RunInstallerAttribute.Default フィールド

定義

既定の可視性 ( No) を指定します。 この static フィールドは読み取り専用です。

public: static initonly System::ComponentModel::RunInstallerAttribute ^ Default;
public static readonly System.ComponentModel.RunInstallerAttribute Default;
 staticval mutable Default : System.ComponentModel.RunInstallerAttribute
Public Shared ReadOnly Default As RunInstallerAttribute 

フィールド値

注釈

この値でプロパティをマークすると、この属性は定数メンバー Noに設定されます。 そのため、コードで属性がこの値に設定されているかどうかを確認する場合は、属性を RunInstallerAttribute.Noとして指定する必要があります。

適用対象