|
|
|
SftDirectoryFolder.ShellView Property |
Creates an IShellView interface for the file/folder.
Syntax
VB.NET |
refShellView = object.ShellView As IShellView |
||
VB |
Set refShellView = object.ShellView As IShellView |
||
C#.NET |
IShellView refShellView = object.ShellView; |
||
VC++ |
IShellView* refShellView = object->ShellView;
|
||
C |
HRESULT object->get_ShellView(IShellView** refShellView); |
||
Delphi |
refShellView := object.ShellView : IShellView; |
object
A SftDirectoryFolder object.
refShellView
Creates an IShellView interface for the file/folder.
Comments
The ShellView property creates an IShellView interface for the file/folder.
For more information about the IShellView interface, please consult the Windows documentation. The IShellView interface provided is not implemented by SftDirectory. It is implemented by the Windows Shell or Shell extensions.