IDocumentTypeFeature<TDocumentType>.ChangeDocumentType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
提供将一种类型更改为另一种类型的逻辑。 可能会影响 Current。
public void ChangeDocumentType (TDocumentType newType);
abstract member ChangeDocumentType : 'DocumentType -> unit
Public Sub ChangeDocumentType (newType As TDocumentType)
参数
- newType
- TDocumentType
键入 以将文档更改为 。