28 references to IPropertyDescriptionList
System.Windows.Forms.Primitives (28)
_generated\134\Windows.Win32.IFileSaveDialog.g.cs (5)
840 private static winmdroot.Foundation.HRESULT SetCollectedProperties(IFileSaveDialog* pThis, winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault) 873 public unsafe void SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault) 875 ((delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT>)lpVtbl[29])((IFileSaveDialog*)Unsafe.AsPointer(ref this), pList, fAppendDefault).ThrowOnFailure(); 1045 internal delegate *unmanaged [Stdcall]<IFileSaveDialog*,winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* ,winmdroot.Foundation.BOOL ,winmdroot.Foundation.HRESULT> SetCollectedProperties_30; 1182 unsafe winmdroot.Foundation.HRESULT SetCollectedProperties(winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList* pList, winmdroot.Foundation.BOOL fAppendDefault);
_generated\223\Windows.Win32.IPropertyDescriptionList.g.cs (19)
27 :winmdroot.IVTable<IPropertyDescriptionList,IPropertyDescriptionList.Vtbl>,IComIID { 44 return ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[0])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this), riid, ppvObject); 49 return ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint>)lpVtbl[1])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this)); 54 return ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint>)lpVtbl[2])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this)); 70 private static winmdroot.Foundation.HRESULT GetCount(IPropertyDescriptionList* pThis, uint* pcElem) 100 ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint* ,winmdroot.Foundation.HRESULT>)lpVtbl[3])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this), pcElem).ThrowOnFailure(); 119 private static winmdroot.Foundation.HRESULT GetAt(IPropertyDescriptionList* pThis, uint iElem, global::System.Guid* riid, void** ppv) 155 ((delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT>)lpVtbl[4])((IPropertyDescriptionList*)Unsafe.AsPointer(ref this), iElem, riid, ppv).ThrowOnFailure(); 181 internal delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> QueryInterface_1; 183 internal delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint> AddRef_2; 185 internal delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint> Release_3; 187 internal delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint* ,winmdroot.Foundation.HRESULT> GetCount_4; 189 internal delegate *unmanaged [Stdcall]<IPropertyDescriptionList*,uint ,global::System.Guid* ,void** ,winmdroot.Foundation.HRESULT> GetAt_5;
_generated\612\Windows.Win32.UI_Shell_PropertiesSystem_IPropertyDescriptionList_Extensions.g.cs (4)
23 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList.Interface.GetCount(uint*)"/> 24 internal static unsafe winmdroot.Foundation.HRESULT GetCount(this winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList.Interface @this, out uint pcElem) 33 /// <inheritdoc cref="winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList.Interface.GetAt(uint, global::System.Guid*, void**)"/> 34 internal static unsafe winmdroot.Foundation.HRESULT GetAt(this winmdroot.UI.Shell.PropertiesSystem.IPropertyDescriptionList.Interface @this, uint iElem, in global::System.Guid riid, out void* ppv)