DataPointCustomProperties.IsCustomPropertySet(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定是否已设置具有指定名称的自定义属性。
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
。