useOfATL 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.
Used by the useOfATL property.
public enum class useOfATL
public enum class useOfATL
enum useOfATL
public enum useOfATL
type useOfATL =
Public Enum useOfATL
- Inheritance
-
useOfATL
Fields
Name | Value | Description |
---|---|---|
useATLNotSet | 0 | Not Using ATL |
useATLStatic | 1 | Static Link to ATL |
useATLDynamic | 2 | Dynamic Link to ATL |
Remarks
See General Property Page (Project) for more information.