Método CommandIdCollection.OnSet
Este membro substitui CollectionBase.OnSet(Int32, Object, Object).
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll)
Sintaxe
'Declaração
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
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.