Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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: System.String
Return Value
Type: System.ComponentModel.Composition.Primitives.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.