Alerts listeners that the store is disposing.
Namespace: Microsoft.VisualStudio.Modeling
Assembly: Microsoft.VisualStudio.Modeling.Sdk (in Microsoft.VisualStudio.Modeling.Sdk.dll)
Syntax
'宣言
Protected Overridable Sub OnStoreDisposing ( _
sender As Object, _
args As EventArgs _
)
'使用
Dim sender As Object
Dim args As EventArgs
Me.OnStoreDisposing(sender, args)
protected virtual void OnStoreDisposing(
Object sender,
EventArgs args
)
protected:
virtual void OnStoreDisposing(
Object^ sender,
EventArgs^ args
)
protected function OnStoreDisposing(
sender : Object,
args : EventArgs
)
Parameters
sender
Type: System.ObjectThe sending object.
args
Type: System.EventArgsThe event arguments.
Permissions
- 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.