activities
latest
false
- 概述
- 加密
- 数据库
- Java
- Python
- 网页 API
重要 :
请注意,此内容已使用机器翻译进行了部分本地化。
新发布内容的本地化可能需要 1-2 周的时间才能完成。
开发者活动
上次更新日期 2026年5月15日
UiPath.Python.Activities.GetObject
此活动用于从 Python 对象获取 .NET 数据类型。
只能在“Python 作用域”活动中使用。
属性
常见
- DisplayName - The display name of the activity. This field supports only
Stringvariables.
输入
- Python Object - The Python object to extract the value from. This field supports only
PythonObjectvariables.
其他
- “私有”- 选中后将不再以“Verbose”级别记录变量和参数的值。
- TypeArgument - The .NET data type you want to get from the
PythonObjectvariable. By default, it is set toObject. All data types available in Studio are supported.
输出
- Result - The .NET type variable selected in the TypeArgument property corresponding to the Python object.