SelectionStateCollection.OnSet (Método)
Este miembro invalida CollectionBase.OnSet(Int32, Object, Object).
Espacio de nombres: Microsoft.VisualStudio.Modeling.Diagrams
Ensamblado: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (en Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintaxis
'Declaración
Protected Overrides Sub OnSet ( _
index As Integer, _
oldValue As Object, _
newValue As Object _
)
protected override void OnSet(
int index,
Object oldValue,
Object newValue
)
Parámetros
- index
Tipo: System.Int32
- oldValue
Tipo: System.Object
- newValue
Tipo: System.Object
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.
Vea también
Referencia
SelectionStateCollection Clase
Microsoft.VisualStudio.Modeling.Diagrams (Espacio de nombres)