ReferenceInlineSetting 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.
Caution
Use InlineLocalReference and InlineExternalReference settings instead
Indicates if and when the writer should convert references into complete object renderings
[System.Obsolete("Use InlineLocalReference and InlineExternalReference settings instead")]
public enum ReferenceInlineSetting
[<System.Obsolete("Use InlineLocalReference and InlineExternalReference settings instead")>]
type ReferenceInlineSetting =
Public Enum ReferenceInlineSetting
- Inheritance
-
ReferenceInlineSetting
- Attributes
Fields
Name | Value | Description |
---|---|---|
DoNotInlineReferences | 0 | Render all references as $ref. |
InlineLocalReferences | 1 | Render all local references as inline objects |
InlineAllReferences | 2 | Render all references as inline objects. |