_dispBuildManagerEvents 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("828914F7-1D81-4F5C-83CE-37819D7EE759")> _
Public Interface _dispBuildManagerEvents
[InterfaceTypeAttribute()]
[GuidAttribute("828914F7-1D81-4F5C-83CE-37819D7EE759")]
public interface _dispBuildManagerEvents
[InterfaceTypeAttribute()]
[GuidAttribute(L"828914F7-1D81-4F5C-83CE-37819D7EE759")]
public interface class _dispBuildManagerEvents
[<InterfaceTypeAttribute()>]
[<GuidAttribute("828914F7-1D81-4F5C-83CE-37819D7EE759")>]
type _dispBuildManagerEvents = interface end
public interface _dispBuildManagerEvents
The _dispBuildManagerEvents type exposes the following members.
Methods
Name | Description | |
---|---|---|
DesignTimeOutputDeleted | Infrastructure. Microsoft Internal Use Only. | |
DesignTimeOutputDirty | Infrastructure. Microsoft Internal Use Only. |
Top