Activity.GetCustomProperty(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回映射到指定属性名称的对象。
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
。