다음을 통해 공유


DataPointCustomProperties.SetCustomProperty(String, String) 메서드

정의

데이터 요소의 사용자 지정 속성을 설정합니다.

public:
 virtual void SetCustomProperty(System::String ^ name, System::String ^ propertyValue);
public virtual void SetCustomProperty (string name, string propertyValue);
abstract member SetCustomProperty : string * string -> unit
override this.SetCustomProperty : string * string -> unit
Public Overridable Sub SetCustomProperty (name As String, propertyValue As String)

매개 변수

name
String

속성의 이름입니다.

propertyValue
String

속성 값입니다.

적용 대상