ResourceAttributes Enum

Definition

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
ResourceAttributes
Attributes

Fields

Private 2

A mask used to retrieve private manifest resources.

Public 1

A mask used to retrieve public manifest resources.

Applies to