([Out] out uint cProps)
| 140 | interface IPropertyStore |
| 141 | { |
| 142 | [PreserveSig] |
| 143 | int GetCount([Out] out uint cProps); |
| 144 | [PreserveSig] |
| 145 | int GetAt([In] uint iProp, out PROPERTYKEY pkey); |
| 146 | [PreserveSig] |
nothing calls this directly
no outgoing calls
no test coverage detected