System::ObjectExt::BoxEnum 方法
ObjectExt::BoxEnum method
将枚举类型装箱,以便作为 Object 传播。
template<typename T> static SmartPtr<System::BoxedValueBase> System::ObjectExt::BoxEnum(T enumValue)
| 参数 | 描述 |
|---|---|
| T | Enum 类型进行装箱。 |
| 参数 | 类型 | 描述 |
|---|---|---|
| enumValue | T | Enum 值进行装箱。 |
ReturnValue
装箱的枚举值。
另见
- Class SmartPtr
- Class BoxedValueBase
- Class ObjectExt
- Namespace System
- Library Aspose.Font for C++