| AkVariantsSetAppVar Method |
设置应用级变量
Namespace: Appkit.CommonAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static void SetAppVar(
string name,
string value,
string desc
)
Parameters
- name
- Type: SystemString
变量名称。 - value
- Type: SystemString
变量值。 - desc
- Type: SystemString
描述信息。
See Also