UsageMetrics.RelationshipSelectedEventArgs.Relationship Property

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

Syntax

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

Property Value

Type: Microsoft.Internal.VisualStudio.PlatformUI.IRelationshipDisplayItem

.NET Framework Security

See Also

Reference

UsageMetrics.RelationshipSelectedEventArgs Class

Microsoft.Internal.VisualStudio.PlatformUI Namespace