IComponentModel.DefaultCatalog Property
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.
Caution
Access to the VS MEF catalog is no longer permitted. Use DefaultExportProvider instead.
Caution
Access to the VS MEF catalog is no longer permitted. Use DefaultExportProvider instead.
Gets the default Visual Studio catalog.
public:
property System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^ DefaultCatalog { System::ComponentModel::Composition::Primitives::ComposablePartCatalog ^ get(); };
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog DefaultCatalog { get; }
[System.Obsolete("Access to the VS MEF catalog is no longer permitted. Use DefaultExportProvider instead.")]
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog DefaultCatalog { get; }
[System.Obsolete("Access to the VS MEF catalog is no longer permitted. Use DefaultExportProvider instead.", true)]
public System.ComponentModel.Composition.Primitives.ComposablePartCatalog DefaultCatalog { get; }
member this.DefaultCatalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog
[<System.Obsolete("Access to the VS MEF catalog is no longer permitted. Use DefaultExportProvider instead.")>]
member this.DefaultCatalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog
[<System.Obsolete("Access to the VS MEF catalog is no longer permitted. Use DefaultExportProvider instead.", true)>]
member this.DefaultCatalog : System.ComponentModel.Composition.Primitives.ComposablePartCatalog
Public ReadOnly Property DefaultCatalog As ComposablePartCatalog
Property Value
The default ComposablePartCatalog.
- Attributes