Compartilhar via


Método DslLibrary.OnNameChanged

Chamado quando um DslLibrary nome será alterado

Namespace:  Microsoft.VisualStudio.Modeling.DslDefinition
Assembly:  Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0 (em Microsoft.VisualStudio.Modeling.Sdk.DslDefinition.11.0.dll)

Sintaxe

'Declaração
Protected Overrides Sub OnNameChanged ( _
    oldValue As String, _
    newValue As String _
)
protected override void OnNameChanged(
    string oldValue,
    string newValue
)

Parâmetros

Segurança do .NET Framework

Consulte também

Referência

DslLibrary Classe

Namespace Microsoft.VisualStudio.Modeling.DslDefinition