__VSPROJRESFLAGS Enum
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 action to take with GetResourceItem(UInt32, String, UInt32, UInt32) calls.
This enumeration supports a bitwise combination of its member values.
public enum class __VSPROJRESFLAGS
C++/CX
public enum class __VSPROJRESFLAGS
enum __VSPROJRESFLAGS
[System.Flags]
public enum __VSPROJRESFLAGS
[<System.Flags>]
type __VSPROJRESFLAGS =
Public Enum __VSPROJRESFLAGS
- Inheritance
-
__VSPROJRESFLAGS
- Attributes
Name | Value | Description |
---|---|---|
PRF_CreateIfNotExist | 1 | Create the resource if it doesn't exist. |
From vsshell.idl:
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |