ResourceLocation Enumeration
.NET Framework (current version)
Specifies the resource location.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: mscorlib (in mscorlib.dll)
| Member name | Description | |
|---|---|---|
| ContainedInAnotherAssembly | Specifies that the resource is contained in another assembly. | |
| ContainedInManifestFile | Specifies that the resource is contained in the manifest file. | |
| Embedded | Specifies an embedded (that is, non-linked) resource. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 1.1
Portable Class Library
Supported in: portable .NET platforms
Windows Phone Silverlight
Available since 8.0
Windows Phone
Available since 8.1
Show: