IDocumentTypeFeature<TDocumentType>.ChangeDocumentType 方法

定义

提供将一种类型更改为另一种类型的逻辑。 可能会影响 Current

public void ChangeDocumentType (TDocumentType newType);
abstract member ChangeDocumentType : 'DocumentType -> unit
Public Sub ChangeDocumentType (newType As TDocumentType)

参数

newType
TDocumentType

键入 以将文档更改为 。

适用于