Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Called when the Name property is about to change.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Protected Overridable Sub OnNameChanging ( _
value As String _
)
protected virtual void OnNameChanging(
string value
)
protected:
virtual void OnNameChanging(
String^ value
)
abstract OnNameChanging :
value:string -> unit
override OnNameChanging :
value:string -> unit
protected function OnNameChanging(
value : String
)
Parameters
- value
Type: System.String
The value that the Name property will be set to.
Remarks
Notes to Inheritors
The base implementation of this method does nothing.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.