Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets the metadata for the link in which the model element is a role player.
Namespace: Microsoft.VisualStudio.Modeling.Design
Assembly: Microsoft.VisualStudio.Modeling.Sdk.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.10.0.dll)
Syntax
'Declaration
Public ReadOnly Property RelationshipInfo As DomainRelationshipInfo
Get
public DomainRelationshipInfo RelationshipInfo { get; }
public:
property DomainRelationshipInfo^ RelationshipInfo {
DomainRelationshipInfo^ get ();
}
member RelationshipInfo : DomainRelationshipInfo
function get RelationshipInfo () : DomainRelationshipInfo
Property Value
Type: Microsoft.VisualStudio.Modeling.DomainRelationshipInfo
The metadata for the link in which the model element is a role player.
Remarks
Always returns the info from the static Store.
.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.
See Also
Reference
RolePlayerPropertyDescriptor Class