Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the default scoped Visual Studio catalog.
Namespace: Microsoft.VisualStudio.ComponentModelHost
Assembly: Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
Syntax
'Declaration
ReadOnly Property DefaultScopedCatalog As CompositionScopeDefinition
CompositionScopeDefinition DefaultScopedCatalog { get; }
property CompositionScopeDefinition^ DefaultScopedCatalog {
CompositionScopeDefinition^ get ();
}
abstract DefaultScopedCatalog : CompositionScopeDefinition with get
function get DefaultScopedCatalog () : CompositionScopeDefinition
Property Value
Type: CompositionScopeDefinition
The default scoped Visual Studio catalog.
.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.