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
Remarks
By default this method is not implemented and throws an exception.
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.