IDocumentTypeFeature<TDocumentType>.GetContentType 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取给定文档类型的内容类型。
public string? GetContentType (TDocumentType type);
abstract member GetContentType : 'DocumentType -> string
Public Function GetContentType (type As TDocumentType) As String
参数
- type
- TDocumentType
文档类型。
返回
内容类型(如果已知),否则为 null