ActionableRdtListener Class
Helper class for running document table (RDT) events.
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 ActionableRdtListener _
Inherits RdtListener
'Usage
Dim instance As ActionableRdtListener
[CLSCompliantAttribute(false)]
public sealed class ActionableRdtListener : RdtListener
[CLSCompliantAttribute(false)]
public ref class ActionableRdtListener sealed : public RdtListener
public final class ActionableRdtListener extends RdtListener
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type ActionableRdtListener =
class
inherit RdtListener
end
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF.RdtListener
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities.ActionableRdtListener
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
Microsoft.VisualStudio.Data.Schema.Project.Project.Utilities Namespace