次の方法で共有


IDocumentTypeFeature<TDocumentType>.GetDocumentType(String) メソッド

定義

特定のコンテンツ タイプのドキュメントの種類を取得します。

public TDocumentType? GetDocumentType (string contentPart);
abstract member GetDocumentType : string -> Nullable<'DocumentType (requires 'DocumentType : struct)>
Public Function GetDocumentType (contentPart As String) As Nullable(Of TDocumentType)

パラメーター

contentPart
String

コンテンツ タイプ。

戻り値

Nullable<TDocumentType>

既知の場合はドキュメントの種類。それ以外の場合は null

適用対象