DsmlDocument 类

定义

DsmlDocument 类是构造或操作 DSML 文档的抽象类。 它是 DsmlRequestDocumentDsmlResponseDocument 的基类。 DsmlDocument 支持集合和索引。 集合中的每一项都是从 DirectoryOperation 派生的对象。

public ref class DsmlDocument abstract
public abstract class DsmlDocument
type DsmlDocument = class
Public MustInherit Class DsmlDocument
继承
DsmlDocument
派生

构造函数

DsmlDocument()

DsmlDocument() 构造函数创建 DsmlDocument 类的实例。

方法

Equals(Object)

确定指定对象是否等于当前对象。

(继承自 Object)
GetHashCode()

作为默认哈希函数。

(继承自 Object)
GetType()

获取当前实例的 Type

(继承自 Object)
MemberwiseClone()

创建当前 Object 的浅表副本。

(继承自 Object)
ToString()

返回表示当前对象的字符串。

(继承自 Object)
ToXml()

ToXml() 方法将此 DsmlDocument 对象转换为 XmlDocument 对象。

适用于