IClassFactory2 接口

创建指定类的实例。 支持授权。 从 IClassFactory扩展和继承。 有关更多信息,请参见 IClassFactory2

命名空间:  Microsoft.VisualStudio.OLE.Interop
程序集:  Microsoft.VisualStudio.OLE.Interop(在 Microsoft.VisualStudio.OLE.Interop.dll 中)

语法

声明
<InterfaceTypeAttribute()> _
<GuidAttribute("B196B28F-BAB4-101A-B69C-00AA00341D07")> _
Public Interface IClassFactory2 _
    Inherits IClassFactory
[InterfaceTypeAttribute()]
[GuidAttribute("B196B28F-BAB4-101A-B69C-00AA00341D07")]
public interface IClassFactory2 : IClassFactory

IClassFactory2 类型公开以下成员。

方法

  名称 说明
公共方法 CreateInstance(Guid%, Object%) (继承自 IClassFactory。)
公共方法 CreateInstance(Guid%, Object%)
公共方法 CreateInstanceLic
公共方法 GetLicInfo
公共方法 LockServer(Int32) (继承自 IClassFactory。)
公共方法 LockServer(Int32)
公共方法 RequestLicKey

页首

请参见

参考

Microsoft.VisualStudio.OLE.Interop 命名空间