ResourceLocation 枚举
定义
指定资源位置。Specifies the resource location.
此枚举有一个 FlagsAttribute 属性,允许按位组合成员值。
public enum class ResourceLocation
[System.Flags]
public enum ResourceLocation
[System.Flags]
[System.Serializable]
public enum ResourceLocation
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ResourceLocation
[<System.Flags>]
type ResourceLocation =
[<System.Flags>]
[<System.Serializable>]
type ResourceLocation =
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ResourceLocation =
Public Enum ResourceLocation
- 继承
- 属性
字段
| ContainedInAnotherAssembly | 2 | 指定资源包含在另一个程序集中。Specifies that the resource is contained in another assembly. |
| ContainedInManifestFile | 4 | 指定资源包含在清单文件中。Specifies that the resource is contained in the manifest file. |
| Embedded | 1 | 指定嵌入(即非链接)资源。Specifies an embedded (that is, non-linked) resource. |