JamBaseShellListViewSelectedFiles_Internal Property |
Simple getter/setter for m_SelectedFiles, for use by deriving classes.
Namespace: Jam.ShellAssembly: ShellBrowser (in ShellBrowser.dll) Version: 7.2
Syntaxprotected 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
PathCollectionThe selected files.
See Also