SftDirectory 2.5

SftDirectoryFolder.ShellView Property

Softel vdm, Inc.

Creates an IShellView interface for the file/folder.

Syntax       

Get

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;
IShellView* refShellView = object->GetShellView();

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.


Feedback / comments / error reports for this topic
© 2003, 2008 - Softel vdm, Inc. - www.softelvdm.com