ContainsCustomProperty

DocumentProperties.ContainsCustomProperty method

检查指定名称的自定义属性是否存在。

public bool ContainsCustomProperty(string name)
参数类型描述
nameString要检查的自定义属性的名称。

返回值

如果属性存在,则返回 true;否则返回 false。

另请参阅