コード例 #1
0
 static PropertyInfo GetProperty(SynchronizedStorageSession storageSession, string name)
 {
     return(storageSession
            .GetType()
            .GetProperty(name, BindingFlags.NonPublic | BindingFlags.Public | BindingFlags.Instance));
 }