Share via


PivotTreeView.PreviewDelayMilliseconds Property

Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)

Syntax

'Declaration
Public Property PreviewDelayMilliseconds As Integer
public int PreviewDelayMilliseconds { get; set; }
public:
property int PreviewDelayMilliseconds {
    int get ();
    void set (int value);
}
member PreviewDelayMilliseconds : int with get, set
function get PreviewDelayMilliseconds () : int 
function set PreviewDelayMilliseconds (value : int)

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

PivotTreeView Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace