CommandIdCollection.OnSet, méthode
Ce membre substitue CollectionBase.OnSet(Int32, Object, Object).
Espace de noms : Microsoft.VisualStudio.Modeling.Diagrams
Assembly : Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (dans Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll)
Syntaxe
'Déclaration
Protected Overrides Sub OnSet ( _
index As Integer, _
oldValue As Object, _
newValue As Object _
)
protected override void OnSet(
int index,
Object oldValue,
Object newValue
)
Paramètres
- index
Type : System.Int32
- oldValue
Type : System.Object
- newValue
Type : System.Object
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.