다음을 통해 공유


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입니다.

적용 대상