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

用于检索公共清单资源的掩码。

适用于