ResourceAttributes 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 attributes for a manifest resource.
This enumeration supports a bitwise combination of its member values.
public enum class ResourceAttributes
[System.Flags]
public enum ResourceAttributes
[System.Flags]
[System.Serializable]
public enum ResourceAttributes
[System.Flags]
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public enum ResourceAttributes
[<System.Flags>]
type ResourceAttributes =
[<System.Flags>]
[<System.Serializable>]
type ResourceAttributes =
[<System.Flags>]
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ResourceAttributes =
Public Enum ResourceAttributes
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Public | 1 | A mask used to retrieve public manifest resources. |
Private | 2 | A mask used to retrieve private manifest resources. |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.