示例#1
0
        private static T TryGetProperty <T>(this ShellItemPropertyStore sip, Ole32.PROPERTYKEY key)
        {
            T value = default;

            SafetyExtensions.IgnoreExceptions(() => sip.TryGetValue <T>(key, out value));
            return(value);
        }
示例#2
0
 public void GetGroupByProperty(out Ole32.PROPERTYKEY pkey, out bool pfGroupAscending) => throw new NotImplementedException();