DataElementOutputTypes 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.
Indicates whether the item should appear in a data rendering.
public enum class DataElementOutputTypes
public enum DataElementOutputTypes
type DataElementOutputTypes =
Public Enum DataElementOutputTypes
- Inheritance
-
DataElementOutputTypes
Fields
Name | Value | Description |
---|---|---|
Auto | 0 | The data rendering is Auto. |
Output | 1 | The data rendering is Output. |
NoOutput | 2 | The data rendering is NoOutput. |
ContentsOnly | 3 | The data rendering is ContentsOnly. |