IClassFactory2 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
创建指定类的实例。 支持许可。 扩展并从继承 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) |