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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.