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.
Namespace:  Microsoft.VisualStudio.ComponentModelHost
Assembly:  Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
Syntax
'Declaration
Function GetCatalog ( _
    catalogName As String _
) As ComposablePartCatalog
ComposablePartCatalog GetCatalog(
    string catalogName
)
ComposablePartCatalog^ GetCatalog(
    String^ catalogName
)
abstract GetCatalog : 
        catalogName:string -> ComposablePartCatalog
function GetCatalog(
    catalogName : String
) : ComposablePartCatalog
Parameters
- catalogName
 Type: String
Return Value
Type: 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.