ResourceAttributes Перечисление
Определение
Задает атрибуты для ресурса манифеста.Specifies the attributes for a manifest resource.
Это перечисление имеет атрибут FlagsAttribute, который разрешает побитовое сочетание значений его элементов.
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
- Наследование
- Атрибуты
Поля
Private | 2 | Маска, используемая для извлечения закрытых ресурсов манифеста.A mask used to retrieve private manifest resources. |
Public | 1 | Маска, используемая для извлечения открытых ресурсов манифеста.A mask used to retrieve public manifest resources. |