OAVSProjectEvents.ReferencesEvents Property

Gets the project's references events.

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

Syntax

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

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

Property Value

Type: VSLangProj.ReferencesEvents

ReferencesEvents.

Implements

VSProjectEvents.ReferencesEvents

Permissions

See Also

Reference

OAVSProjectEvents Class

OAVSProjectEvents Members

Microsoft.VisualStudio.Package.Automation Namespace