Propriedade IRelationship.SourceElement

Elemento de origem do relacionamento.

Namespace:  Microsoft.VisualStudio.Uml.Classes
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property SourceElement As IElement
    Get
    Set
IElement SourceElement { get; set; }
property IElement^ SourceElement {
    IElement^ get ();
    void set (IElement^ value);
}
abstract SourceElement : IElement with get, set
function get SourceElement () : IElement
function set SourceElement (value : IElement)

Valor de propriedade

Tipo: Microsoft.VisualStudio.Uml.Classes.IElement

Segurança do .NET Framework

Consulte também

Referência

IRelationship Interface

Namespace Microsoft.VisualStudio.Uml.Classes