FileNames Property

Vista Bridge Library

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

gets a collection of the selected file names.

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

Syntax

C#
public Collection<string> FileNames { get; }
Visual Basic (Declaration)
Public ReadOnly Property FileNames As Collection(Of String)
Visual C++
public:
property Collection<String^>^ FileNames {
	Collection<String^>^ get ();
}

Remarks

This property should only be used when the MultiSelect property is true.

See Also