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
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.