OAVSProjectEvents.ImportsEvents Property

Gets the project's imports events.

Namespace:  Microsoft.VisualStudio.Package.Automation
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public ReadOnly Property ImportsEvents As ImportsEvents
'使用
Dim instance As OAVSProjectEvents
Dim value As ImportsEvents

value = instance.ImportsEvents
public ImportsEvents ImportsEvents { get; }
public:
virtual property ImportsEvents^ ImportsEvents {
    ImportsEvents^ get () sealed;
}
public final function get ImportsEvents () : ImportsEvents

Property Value

Type: VSLangProj.ImportsEvents

When implemented by derived classes, the project's ImportsEvents.

Implements

VSProjectEvents.ImportsEvents

Remarks

By default this method is not implemented and throws an exception.

Permissions

See Also

Reference

OAVSProjectEvents Class

OAVSProjectEvents Members

Microsoft.VisualStudio.Package.Automation Namespace