Win32ShellContextMenuProviderSourceItems Property |
Gets or sets source items.
Namespace:
Jam.Shell
Assembly:
ShellBrowser.Core (in ShellBrowser.Core.dll) Version: 7.1
Syntax public JamItemIdListCollection SourceItems { get; set; }
Public Property SourceItems As JamItemIdListCollection
Get
Set
public:
property JamItemIdListCollection^ SourceItems {
JamItemIdListCollection^ get ();
void set (JamItemIdListCollection^ value);
}
member SourceItems : JamItemIdListCollection with get, set
Property Value
Type:
JamItemIdListCollectionThe source items.
See Also