JamBaseShellListViewSelectedFiles_Internal Property |
Simple getter/setter for m_SelectedFiles, for use by deriving classes.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected PathCollection SelectedFiles_Internal { get; }
Protected ReadOnly Property SelectedFiles_Internal As PathCollection
Get
protected:
property PathCollection^ SelectedFiles_Internal {
PathCollection^ get ();
}
member SelectedFiles_Internal : PathCollection with get
Property Value
Type:
PathCollectionThe selected files.
See Also