PivotNavigationEntry.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; private set; }
public:
property IRelationshipDisplayItem^ RelationshipDisplayItem {
    IRelationshipDisplayItem^ get ();
    private: void set (IRelationshipDisplayItem^ value);
}
member RelationshipDisplayItem : IRelationshipDisplayItem with get, private set
function get RelationshipDisplayItem () : IRelationshipDisplayItem 
private function set RelationshipDisplayItem (value : IRelationshipDisplayItem)

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.IRelationshipDisplayItem

.NET Framework Security

See Also

Reference

PivotNavigationEntry Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace