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

適用対象