หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
Populates an internal cache that contains a factory that can create an instance of the specified class.
Syntax
ActivatableClass(
className
);
ActivatableClassWithFactory(
className,
factory
);
ActivatableClassWithFactoryEx(
className,
factory,
serverName
);
Parameters
className
Name of the class to create.
factory
Factory that will create an instance of the specified class.
serverName
A name that specifies a subset of factories in the module.
Remarks
Do not use these macros with classic COM unless you use the #undef directive to ensure that the __WRL_WINRT_STRICT__ macro definition is removed.
Requirements
Header: module.h
Namespace: Microsoft::WRL