System::Set 方法
System::Set method
实现 ‘var’ 模式翻译。
template<class ExpressionT> bool System::Set(ExpressionT &var, const ExpressionT &value)
| 参数 | 描述 |
|---|---|
| ExpressionT | 变量类型。 |
| 参数 | 类型 | 描述 |
|---|---|---|
| var | ExpressionT& | 对要初始化的变量的引用。 |
| 值 | const ExpressionT& | 要分配给变量的值。 |
ReturnValue
始终为真(此模式始终匹配)。
另见
- Namespace System
- Library Aspose.Font for C++