WrappedOptions.WrappedFlag 属性
定义
获取或设置一个值,该值指示在未包装参数时,是否对 document-wrapped-literal 样式的文档使用特殊大小写。Gets or sets a value that indicates whether special-casing is used for document-wrapped-literal styled documents when parameters are unwrapped.
public:
property bool WrappedFlag { bool get(); void set(bool value); };
public bool WrappedFlag { get; set; }
member this.WrappedFlag : bool with get, set
Public Property WrappedFlag As Boolean
属性值
如果在未包装参数时对 document-wrapped-literal 样式的文档使用了特殊大小写,则为 true;否则为 false。true if special-casing is used for document-wrapped-literal styled documents when parameters are unwrapped; otherwise, false. 默认值是 false。The default value is false.