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

適用於