ExportDefinition(String, IReadOnlyDictionary<String,Object>) Constructor
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.
public ExportDefinition (string contractName, System.Collections.Generic.IReadOnlyDictionary<string,object> metadata);
new Microsoft.VisualStudio.Composition.ExportDefinition : string * System.Collections.Generic.IReadOnlyDictionary<string, obj> -> Microsoft.VisualStudio.Composition.ExportDefinition
Public Sub New (contractName As String, metadata As IReadOnlyDictionary(Of String, Object))
Parameters
- contractName
- String
- metadata
- IReadOnlyDictionary<String,Object>