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
Werk met ons samen op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en bekijken. Raadpleeg onze gids voor inzenders voor meer informatie.