DataSchemaModelRecyclingEventArgs Class
Provides the data associated with the schema manager recycling event.
This API is not CLS-compliant. The CLS-compliant alternative is .
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public NotInheritable Class DataSchemaModelRecyclingEventArgs _
Inherits EventArgs
'Usage
Dim instance As DataSchemaModelRecyclingEventArgs
[CLSCompliantAttribute(false)]
public sealed class DataSchemaModelRecyclingEventArgs : EventArgs
[CLSCompliantAttribute(false)]
public ref class DataSchemaModelRecyclingEventArgs sealed : public EventArgs
public final class DataSchemaModelRecyclingEventArgs extends EventArgs
[<SealedAttribute>]
[<CLSCompliantAttribute(false)>]
type DataSchemaModelRecyclingEventArgs =
class
inherit EventArgs
end
Inheritance Hierarchy
System.Object
System.EventArgs
Microsoft.VisualStudio.Data.Schema.Project.Project.DataSchemaModelRecyclingEventArgs
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
DataSchemaModelRecyclingEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace