ExportProvider.GetMetadataViewDefaults(Type) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.