([In] uint iProp, out PROPERTYKEY pkey)
| 142 | [PreserveSig] |
| 143 | int GetCount([Out] out uint cProps); |
| 144 | [PreserveSig] |
| 145 | int GetAt([In] uint iProp, out PROPERTYKEY pkey); |
| 146 | [PreserveSig] |
| 147 | int GetValue([In] ref PROPERTYKEY key, out PropVariant pv); |
| 148 | [PreserveSig] |
nothing calls this directly
no outgoing calls
no test coverage detected