ResourceLocation Enumeration
TOC
Collapse the table of content
Expand the table of content

ResourceLocation Enumeration

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Specifies the resource location.

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  System.Reflection
Assembly:  mscorlib (in mscorlib.dll)

[FlagsAttribute]
public enum ResourceLocation

Member nameDescription
ContainedInAnotherAssemblySpecifies that the resource is contained in another assembly.
ContainedInManifestFileSpecifies that the resource is contained in the manifest file.
EmbeddedSpecifies an embedded (that is, non-linked) resource.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft