IAttachedRelationship Interface

Contains metadata about an attached relationship, used by the IAttachedCollectionService to describe relationships between objects.

Namespace:  Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.Immutable.12.0 (in Microsoft.VisualStudio.Shell.Immutable.12.0.dll)

Syntax

'Declaration
Public Interface IAttachedRelationship
public interface IAttachedRelationship
public interface class IAttachedRelationship
type IAttachedRelationship =  interface end
public interface IAttachedRelationship

The IAttachedRelationship type exposes the following members.

Properties

  Name Description
Public property DisplayName Gets a localizable description of this relationship.
Public property Name Gets the non-localized uniquely-identifying name of this relationship.

Top

See Also

Reference

Microsoft.VisualStudio.Shell Namespace