IClassFactory2 接口

定义

创建指定类的实例。 支持许可。 扩展并从继承 IClassFactory 。 有关详细信息,请参阅 IClassFactory2。

public interface class IClassFactory2 : Microsoft::VisualStudio::OLE::Interop::IClassFactory
public interface class IClassFactory2 : Microsoft::VisualStudio::OLE::Interop::IClassFactory
__interface IClassFactory2 : Microsoft::VisualStudio::OLE::Interop::IClassFactory
[System.Runtime.InteropServices.Guid("B196B28F-BAB4-101A-B69C-00AA00341D07")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IClassFactory2 : Microsoft.VisualStudio.OLE.Interop.IClassFactory
[<System.Runtime.InteropServices.Guid("B196B28F-BAB4-101A-B69C-00AA00341D07")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IClassFactory2 = interface
    interface IClassFactory
Public Interface IClassFactory2
Implements IClassFactory
属性
实现

方法

CreateInstance(Guid, Object)
CreateInstanceLic(Guid, String, Object)
GetLicInfo(LICINFO[])
LockServer(Int32)
RequestLicKey(UInt32, String)

适用于