Bagikan melalui


ITemplateParameter.NonOwnedParameteredElement Property

Namespace:  Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property NonOwnedParameteredElement As IParameterableElement
IParameterableElement NonOwnedParameteredElement { get; set; }
property IParameterableElement^ NonOwnedParameteredElement {
    IParameterableElement^ get ();
    void set (IParameterableElement^ value);
}
abstract NonOwnedParameteredElement : IParameterableElement with get, set
function get NonOwnedParameteredElement () : IParameterableElement 
function set NonOwnedParameteredElement (value : IParameterableElement)

Property Value

Type: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IParameterableElement

.NET Framework Security

See Also

Reference

ITemplateParameter Interface

Microsoft.VisualStudio.Uml.AuxiliaryConstructs Namespace