ExportProvider.ExportInfo Constructors
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.
Overloads
ExportProvider.ExportInfo(ExportDefinition, Func<Object>) | |
ExportProvider.ExportInfo(String, IReadOnlyDictionary<String,Object>, Func<Object>) |
ExportProvider.ExportInfo(ExportDefinition, Func<Object>)
- Source:
- ExportProvider.cs
- Source:
- ExportProvider.cs
public ExportInfo (Microsoft.VisualStudio.Composition.ExportDefinition exportDefinition, Func<object> exportedValueGetter);
new Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo : Microsoft.VisualStudio.Composition.ExportDefinition * Func<obj> -> Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo
Public Sub New (exportDefinition As ExportDefinition, exportedValueGetter As Func(Of Object))
Parameters
- exportDefinition
- ExportDefinition
Applies to
ExportProvider.ExportInfo(String, IReadOnlyDictionary<String,Object>, Func<Object>)
- Source:
- ExportProvider.cs
- Source:
- ExportProvider.cs
public ExportInfo (string contractName, System.Collections.Generic.IReadOnlyDictionary<string,object> metadata, Func<object> exportedValueGetter);
new Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo : string * System.Collections.Generic.IReadOnlyDictionary<string, obj> * Func<obj> -> Microsoft.VisualStudio.Composition.ExportProvider.ExportInfo
Public Sub New (contractName As String, metadata As IReadOnlyDictionary(Of String, Object), exportedValueGetter As Func(Of Object))
Parameters
- contractName
- String
- metadata
- IReadOnlyDictionary<String,Object>