Share via


ExportProvider.GetMetadataViewDefaults(Type) Method

Definition

Gets a dictionary of metadata that describes all the default values supplied by a metadata view.

protected static System.Collections.Generic.IReadOnlyDictionary<string,object> GetMetadataViewDefaults (Type metadataView);
static member GetMetadataViewDefaults : Type -> System.Collections.Generic.IReadOnlyDictionary<string, obj>
Protected Shared Function GetMetadataViewDefaults (metadataView As Type) As IReadOnlyDictionary(Of String, Object)

Parameters

metadataView
Type

The metadata view type.

Returns

A dictionary of default metadata values.

Applies to