ResourceLocation Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the resource location.
This enumeration supports a bitwise combination of its member values.
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
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Embedded | 1 | Specifies an embedded (that is, non-linked) resource. |
ContainedInAnotherAssembly | 2 | Specifies that the resource is contained in another assembly. |
ContainedInManifestFile | 4 | Specifies that the resource is contained in the manifest file. |
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.