_dispImportsEvents Interface
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Microsoft Internal Use Only.
Namespace: VSLangProj
Assembly: VSLangProj (in VSLangProj.dll)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("40806CEA-ABAB-4887-A356-D8869C28A6E6")> _
Public Interface _dispImportsEvents
[InterfaceTypeAttribute()]
[GuidAttribute("40806CEA-ABAB-4887-A356-D8869C28A6E6")]
public interface _dispImportsEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"40806CEA-ABAB-4887-A356-D8869C28A6E6")]
public interface class _dispImportsEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("40806CEA-ABAB-4887-A356-D8869C28A6E6")>]
type _dispImportsEvents = interface end
public interface _dispImportsEvents
The _dispImportsEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
ImportAdded | Infrastructure. Microsoft Internal Use Only. | |
ImportRemoved | Infrastructure. Microsoft Internal Use Only. |
Top