IDocumentTypeFeature<TDocumentType>.GetDocumentType(String) メソッド
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
特定のコンテンツ タイプのドキュメントの種類を取得します。
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