ExportProvider.GetStrongTypedMetadata 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.
protected object GetStrongTypedMetadata (System.Collections.Generic.IReadOnlyDictionary<string,object> metadata, Type metadataType);
member this.GetStrongTypedMetadata : System.Collections.Generic.IReadOnlyDictionary<string, obj> * Type -> obj
Protected Function GetStrongTypedMetadata (metadata As IReadOnlyDictionary(Of String, Object), metadataType As Type) As Object
Parameters
- metadata
- IReadOnlyDictionary<String,Object>
- metadataType
- Type