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
- 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.