DataPointCustomProperties.IsCustomPropertySet(String) 方法
定义
确定是否已设置具有指定名称的自定义属性。Determines whether a custom property with the specified name was set.
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
要检查的自定义属性的名称。The name of the custom property to check.
返回
如果已设置该自定义属性,则为 true;否则,为 false。true if the custom property was set; otherwise, false.