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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.