IComponentModel.DefaultCatalog Property
Gets the default catalog.
Namespace: Microsoft.VisualStudio.ComponentModelHost
Assembly: Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
Syntax
'Declaration
ReadOnly Property DefaultCatalog As ComposablePartCatalog
ComposablePartCatalog DefaultCatalog { get; }
property ComposablePartCatalog^ DefaultCatalog {
ComposablePartCatalog^ get ();
}
abstract DefaultCatalog : ComposablePartCatalog with get
function get DefaultCatalog () : ComposablePartCatalog
Property Value
Type: ComposablePartCatalog
The default ComposablePartCatalog.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.