CheckPathExists Property

Vista Bridge Library

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

Gets or sets a value to specify whether the file returned must be in an existing folder.

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

Syntax

C#
public bool CheckPathExists { get; set; }
Visual Basic (Declaration)
Public Property CheckPathExists As Boolean
Visual C++
public:
property bool CheckPathExists {
	bool get ();
	void set (bool value);
}

Field Value

A Boolean value. True if the file must exist.

Exceptions

ExceptionCondition
System..::.InvalidOperationExceptionThis property cannot be set when the dialog is visible.

See Also