AttributedModelServices::GetMetadataView<TMetadataView> Method (IDictionary<String^, Object^>^)
.NET Framework (current version)
Gets a metadata view object from a dictionary of loose metadata.
Assembly: System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)
public: generic<typename TMetadataView> static TMetadataView GetMetadataView( IDictionary<String^, Object^>^ metadata )
Parameters
- metadata
-
Type:
System.Collections.Generic::IDictionary<String^, Object^>^
A collection of loose metadata.
Return Value
Type: TMetadataViewA metadata view containing the specified metadata.
Type Parameters
- TMetadataView
The type of the metadata view object to get.
.NET Framework
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Available since 4.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 4.0
Show: