TextFormat 枚举
定义
描述可以用于 GetText(TextFormat) 的可能的文本格式。Describes the possible text formats that can be used with GetText(TextFormat).
public enum class TextFormat
public enum TextFormat
type TextFormat =
Public Enum TextFormat
- 继承
字段
| CimDtd20 | 1 | 与 CIM DTD 版本 2.0 相对应的 XML DTD。XML DTD that corresponds to CIM DTD version 2.0. |
| Mof | 0 | 托管对象格式Managed Object Format |
| WmiDtd20 | 2 | 与 CIM DTD 版本 2.0 相对应的 XML WMI DTD。XML WMI DTD that corresponds to CIM DTD version 2.0. 使用此值将启用一些特定于 WMI 的扩展,如嵌入对象。Using this value enables a few WMI-specific extensions, like embedded objects. |