共用方式為


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

屬性的值。

適用於