Propriedade ITemplateParameter.NonOwnedParameteredElement
Namespace: Microsoft.VisualStudio.Uml.AuxiliaryConstructs
Assembly: Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxe
'Declaração
Property NonOwnedParameteredElement As IParameterableElement
Get
Set
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)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Uml.AuxiliaryConstructs.IParameterableElement
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.