ResourceAttributes 列挙型

定義

マニフェスト リソースの属性を指定します。

この列挙体は、メンバー値のビットごとの組み合わせをサポートしています。

public enum class ResourceAttributes
[System.Flags]
public enum ResourceAttributes
[System.Flags]
[System.Serializable]
public enum ResourceAttributes
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ResourceAttributes
[<System.Flags>]
type ResourceAttributes = 
[<System.Flags>]
[<System.Serializable>]
type ResourceAttributes = 
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ResourceAttributes = 
Public Enum ResourceAttributes
継承
ResourceAttributes
属性

フィールド

Private 2

プライベート マニフェスト リソースを取得するために使用するマスク。

Public 1

パブリック マニフェスト リソースを取得するために使用するマスク。

適用対象