ManifestResource.Attributes プロパティ

定義

マニフェスト リソース属性を取得します。

public:
 property System::Reflection::ManifestResourceAttributes Attributes { System::Reflection::ManifestResourceAttributes get(); };
public System.Reflection.ManifestResourceAttributes Attributes { get; }
member this.Attributes : System.Reflection.ManifestResourceAttributes
Public ReadOnly Property Attributes As ManifestResourceAttributes

プロパティ値

マニフェスト リソース属性を指定する列挙値のビットごとの組み合わせ。

注釈

FlagsECMA-335 Standard のテーブルのフィールドManifestResourceに対応します。

適用対象