AttributedModelServices.GetMetadataView<TMetadataView> 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 un objet de vue de métadonnées à partir d'un dictionnaire de métadonnées libres.
public:
generic <typename TMetadataView>
static TMetadataView GetMetadataView(System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ metadata);
public static TMetadataView GetMetadataView<TMetadataView> (System.Collections.Generic.IDictionary<string,object> metadata);
public static TMetadataView GetMetadataView<TMetadataView> (System.Collections.Generic.IDictionary<string,object?> metadata);
static member GetMetadataView : System.Collections.Generic.IDictionary<string, obj> -> 'MetadataView
Public Function GetMetadataView(Of TMetadataView) (metadata As IDictionary(Of String, Object)) As TMetadataView
Paramètres de type
- TMetadataView
Type de l'objet de vue de métadonnées à obtenir.
Paramètres
- metadata
- IDictionary<String,Object>
Collection de métadonnées libres.
Retours
TMetadataView
Vue de métadonnées contenant les métadonnées spécifiées.
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.