コード例 #1
0
 /// <include file='doc\SharedProperties.uex' path='docs/doc[@for="SharedPropertyGroup.CreateProperty"]/*' />
 public SharedProperty CreateProperty(String name,
                                      out bool fExists)
 {
     return(new SharedProperty(_x.CreateProperty(name, out fExists)));
 }
コード例 #2
0
 public SharedProperty CreateProperty(string name, out bool fExists)
 {
     return(new SharedProperty(propertyGroup.CreateProperty(name, out fExists)));
 }