Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Raises the VerifySettings event.
Namespace: Microsoft.VisualStudio.Data
Assembly: Microsoft.VisualStudio.Data (in Microsoft.VisualStudio.Data.dll)
Syntax
'Declaration
Protected Overridable Sub OnVerifySettings ( _
e As EventArgs _
)
protected virtual void OnVerifySettings(
EventArgs e
)
protected:
virtual void OnVerifySettings(
EventArgs^ e
)
abstract OnVerifySettings :
e:EventArgs -> unit
override OnVerifySettings :
e:EventArgs -> unit
protected function OnVerifySettings(
e : EventArgs
)
Parameters
- e
Type: System.EventArgs
A System.EventArgs that contains the event data.
Remarks
This method is internal to DDEX and is not intended to be used in your code.
.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.