CheckFileNamesAvailable Method

Vista Bridge Library

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

Ensures that the user has selected one or more files.

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

Syntax

C#
protected void CheckFileNamesAvailable()
Visual Basic (Declaration)
Protected Sub CheckFileNamesAvailable
Visual C++
protected:
void CheckFileNamesAvailable()

Permissions

PermissionDescription
System..::.InvalidOperationException The dialog has not been dismissed yet -or- the dialog was canceled.

See Also