Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Protected Overridable Sub OnHandleConfigurationRelatedGlobalProperties ( _
sender As Object, _
eventArgs As ActiveConfigurationChangedEventArgs _
)
'使用
Dim sender As Object
Dim eventArgs As ActiveConfigurationChangedEventArgs
Me.OnHandleConfigurationRelatedGlobalProperties(sender, _
eventArgs)
protected virtual void OnHandleConfigurationRelatedGlobalProperties(
Object sender,
ActiveConfigurationChangedEventArgs eventArgs
)
protected:
virtual void OnHandleConfigurationRelatedGlobalProperties(
Object^ sender,
ActiveConfigurationChangedEventArgs^ eventArgs
)
protected function OnHandleConfigurationRelatedGlobalProperties(
sender : Object,
eventArgs : ActiveConfigurationChangedEventArgs
)
Parameters
- sender
Type: System.Object
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.