IComponentModel2 Interface
Namespace: Microsoft.VisualStudio.ComponentModelHost
Assembly: Microsoft.VisualStudio.ComponentModelHost (in Microsoft.VisualStudio.ComponentModelHost.dll)
Syntax
声明
Public Interface IComponentModel2 _
Inherits IComponentModel
public interface IComponentModel2 : IComponentModel
public interface class IComponentModel2 : IComponentModel
type IComponentModel2 =
interface
interface IComponentModel
end
public interface IComponentModel2 extends IComponentModel
The IComponentModel2 type exposes the following members.
Properties
Name | Description | |
---|---|---|
DefaultCatalog | (Inherited from IComponentModel.) | |
DefaultCompositionService | (Inherited from IComponentModel.) | |
DefaultExportProvider | (Inherited from IComponentModel.) | |
DefaultScopedCatalog |
Top
Methods
Name | Description | |
---|---|---|
GetCatalog | (Inherited from IComponentModel.) | |
GetExtensions<T> | (Inherited from IComponentModel.) | |
GetService<T> | (Inherited from IComponentModel.) |
Top