DataPointCustomProperties.IsCustomPropertySet(String) 方法

定义

确定是否已设置具有指定名称的自定义属性。

public:
 virtual bool IsCustomPropertySet(System::String ^ name);
public virtual bool IsCustomPropertySet (string name);
abstract member IsCustomPropertySet : string -> bool
override this.IsCustomPropertySet : string -> bool
Public Overridable Function IsCustomPropertySet (name As String) As Boolean

参数

name
String

要检查的自定义属性的名称。

返回

Boolean

如果已设置该自定义属性,则为 true;否则,为 false

适用于