Activity.GetCustomProperty(String) 方法

定义

返回映射到指定属性名称的对象。

public:
 System::Object ^ GetCustomProperty(System::String ^ propertyName);
public object? GetCustomProperty (string propertyName);
member this.GetCustomProperty : string -> obj
Public Function GetCustomProperty (propertyName As String) As Object

参数

propertyName
String

获取与对象关联的名称。

返回

映射到属性名称的对象(如果找到的话);否则为 null

适用于