#pragma warning disable CS1591 // Missing XML comment for publicly visible type or member
        public ShellNativeMethods.ShellFileGetAttributesOptions GetAttributes(ShellNativeMethods.ShellFileGetAttributesOptions attributeOptions)
#pragma warning restore CS1591 // Missing XML comment for publicly visible type or member
        {
            ShellNativeMethods.ShellFileGetAttributesOptions sfgao;
            NativeShellItem.GetAttributes(attributeOptions, out sfgao);
            return(sfgao);
        }
示例#2
0
 public HResult GetAttributes(ShellNativeMethods.ShellItemAttributeOptions dwAttribFlags, ShellNativeMethods.ShellFileGetAttributesOptions sfgaoMask, out ShellNativeMethods.ShellFileGetAttributesOptions psfgaoAttribs)
 {
     throw new NotSupportedException();
 }