Propriedade IGeneralization.IsSubstitutable
True se a instâncias do classificador específico devem ser aceitável onde quer que as instâncias do classificador geral são necessárias.
Namespace: Microsoft.VisualStudio.Uml.Classes
Assembly: Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxe
'Declaração
Property IsSubstitutable As Boolean
Get
Set
bool IsSubstitutable { get; set; }
property bool IsSubstitutable {
bool get ();
void set (bool value);
}
abstract IsSubstitutable : bool with get, set
function get IsSubstitutable () : boolean
function set IsSubstitutable (value : boolean)
Valor de propriedade
Tipo: System.Boolean
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.