TagAggregatorOptions 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.
Tag Aggregator options.
This enumeration supports a bitwise combination of its member values.
public enum class TagAggregatorOptions
public enum class TagAggregatorOptions
enum TagAggregatorOptions
[System.Flags]
public enum TagAggregatorOptions
[<System.Flags>]
type TagAggregatorOptions =
Public Enum TagAggregatorOptions
- Inheritance
-
TagAggregatorOptions
- Attributes
Fields
Name | Value | Description |
---|---|---|
None | 0 | Default behavior. The tag aggregator will map up and down through all projection buffers. |
MapByContentType | 1 | Only map through projection buffers that have the "projection" content type. |