IDocumentTypeFeature<TDocumentType>.GetDocumentType(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le type de document pour un type de contenu donné.
public TDocumentType? GetDocumentType (string contentPart);
abstract member GetDocumentType : string -> Nullable<'DocumentType (requires 'DocumentType : struct)>
Public Function GetDocumentType (contentPart As String) As Nullable(Of TDocumentType)
Paramètres
- contentPart
- String
Type de contenu.
Retours
Nullable<TDocumentType>
Type de document s’il est connu ; sinon, null