ShowHiddenItems Property

Vista Bridge Library

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

Gets or sets a value that controls whether to show hidden items.

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

Syntax

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

Field Value

A Boolean value.

Exceptions

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

See Also