Propriedade IObjectNode.Selection
Se definido, esse comportamento escolhe qual objeto, em seguida, de saída do buffer no nó de objetos.
Namespace: Microsoft.VisualStudio.Uml.Activities
Assembly: Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)
Sintaxe
'Declaração
Property Selection As IBehavior
Get
Set
IBehavior Selection { get; set; }
property IBehavior^ Selection {
IBehavior^ get ();
void set (IBehavior^ value);
}
abstract Selection : IBehavior with get, set
function get Selection () : IBehavior
function set Selection (value : IBehavior)
Valor de propriedade
Tipo: Microsoft.VisualStudio.Uml.CommonBehaviors.IBehavior
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.