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

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

返回

true 如果设置了自定义属性,则为否则,为 false.

适用于