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