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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET