VSBUILDMANAGERRESOURCE 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 a type of build resource to be acquired from the BuildManagerAccessor service.
public enum class VSBUILDMANAGERRESOURCE
public enum class VSBUILDMANAGERRESOURCE
enum VSBUILDMANAGERRESOURCE
public enum VSBUILDMANAGERRESOURCE
type VSBUILDMANAGERRESOURCE =
Public Enum VSBUILDMANAGERRESOURCE
- Inheritance
-
VSBUILDMANAGERRESOURCE
Fields
Name | Value | Description |
---|---|---|
VSBUILDMANAGERRESOURCE_DESIGNTIME | 1 | The design-time build resource is required, such as for reference resolution. |
VSBUILDMANAGERRESOURCE_UITHREAD | 2 | The UI thread resource is required during the build. |