ActionableCfgProviderListener Class

Represents the actionable configuration provider listener.

This API is not CLS-compliant. The CLS-compliant alternative is .

Namespace:  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities
Assembly:  Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class ActionableCfgProviderListener _
    Implements IDisposable, IVsCfgProviderEvents
'Usage
Dim instance As ActionableCfgProviderListener
[CLSCompliantAttribute(false)]
public sealed class ActionableCfgProviderListener : IDisposable, 
    IVsCfgProviderEvents
[CLSCompliantAttribute(false)]
public ref class ActionableCfgProviderListener sealed : IDisposable, 
    IVsCfgProviderEvents
public final class ActionableCfgProviderListener implements IDisposable, IVsCfgProviderEvents
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ActionableCfgProviderListener =  
    class
        interface IDisposable
        interface IVsCfgProviderEvents
    end

Inheritance Hierarchy

System.Object
  Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.ActionableCfgProviderListener

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

ActionableCfgProviderListener Members

Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace