fileNames Field

Vista Bridge Library

[This is preliminary documentation and is subject to change.]

The collection of names selected by the user.

Namespace:  Microsoft.SDK.Samples.VistaBridge.Library
Assembly:  VistaBridgeLibrary (in VistaBridgeLibrary.dll) Version: 1.4.0.0 (1.4.0.0)

Syntax

C#
protected readonly Collection<string> fileNames
Visual Basic (Declaration)
Protected ReadOnly fileNames As Collection(Of String)
Visual C++
protected:
initonly Collection<String^>^ fileNames

See Also