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欄位。

適用於