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, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.