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
Implements
VSProjectEvents.ReferencesEvents
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.