Share via


TreeItemPresenter.Depth Property

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

Syntax

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

Property Value

Type: System.Int32

.NET Framework Security

See Also

Reference

TreeItemPresenter Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace