1 interface inheriting from IObjectArray
PresentationFramework (1)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (1)
130
interface IObjectCollection :
IObjectArray
8 references to IObjectArray
PresentationFramework (8)
src\Framework\MS\Internal\AppModel\ShellProvider.cs (3)
139
void AddFromArray(
IObjectArray
poaSource);
726
HRESULT AppendCategory([MarshalAs(UnmanagedType.LPWStr)] string pszCategory,
IObjectArray
poa);
729
HRESULT AddUserTasks(
IObjectArray
poa);
src\Framework\System\Windows\Shell\JumpList.cs (5)
595
var
objectsRemoved = (
IObjectArray
)destinationList.BeginList(out slotsVisible, ref removedIid);
883
private static List<_ShellObjectPair> GenerateJumpItems(
IObjectArray
shellObjects)
943
hr = cdl.AddUserTasks((
IObjectArray
)shellObjectCollection);
947
hr = cdl.AppendCategory(category, (
IObjectArray
)shellObjectCollection);