StrictExtensions Property

Vista Bridge Library

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

Gets or sets a value that controls whether to ensure that the returned file name has a file extension that matches the currently selected file type. The dialog appends the correct file extension if necessary.

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

Syntax

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

Permissions

PermissionDescription
System..::.InvalidOperationException This property cannot be changed when the dialog is showing.

See Also