PivotTreeView.RelationshipDisplayItem Property

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

Syntax

'Declaration
Public Property RelationshipDisplayItem As IRelationshipDisplayItem
public IRelationshipDisplayItem RelationshipDisplayItem { get; set; }
public:
property IRelationshipDisplayItem^ RelationshipDisplayItem {
    IRelationshipDisplayItem^ get ();
    void set (IRelationshipDisplayItem^ value);
}
member RelationshipDisplayItem : IRelationshipDisplayItem with get, set
function get RelationshipDisplayItem () : IRelationshipDisplayItem 
function set RelationshipDisplayItem (value : IRelationshipDisplayItem)

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.IRelationshipDisplayItem

.NET Framework Security

See Also

Reference

PivotTreeView Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace