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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.