| NoticefldExists Method (String, Object) |
指定的通知文件夹是否存在。
Namespace: Appkit.Sys.ObjectAssembly: Appkit (in Appkit.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic static bool Exists(
string propName,
Object propValue
)
Parameters
- propName
- Type: SystemString
属性名称。 - propValue
- Type: SystemObject
查找值。
Return Value
Type:
Boolean如果存在为 true、否则为 false。
See Also