Share via


CatalogObject.BuildDisplayPath Method

Namespace:  Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Protected Overridable Sub BuildDisplayPath ( _
    sb As StringBuilder _
)
protected virtual void BuildDisplayPath(
    StringBuilder sb
)
protected:
virtual void BuildDisplayPath(
    StringBuilder^ sb
)
abstract BuildDisplayPath : 
        sb:StringBuilder -> unit  
override BuildDisplayPath : 
        sb:StringBuilder -> unit
protected function BuildDisplayPath(
    sb : StringBuilder
)

Parameters

.NET Framework Security

See Also

Reference

CatalogObject Class

Microsoft.TeamFoundation.Framework.Server.Alm.Catalog.Objects Namespace