TextFormat 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.
Describes the possible text formats that can be used with GetText(TextFormat).
public enum class TextFormat
public enum TextFormat
type TextFormat =
Public Enum TextFormat
- Inheritance
Fields
Name | Value | Description |
---|---|---|
Mof | 0 | Managed Object Format. |
CimDtd20 | 1 | XML DTD that corresponds to CIM DTD version 2.0. |
WmiDtd20 | 2 | XML WMI DTD that corresponds to CIM DTD version 2.0. Using this value enables a few WMI-specific extensions, like embedded objects. |
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.