IDatabaseProjectPartialProjectParticipant Interface
Classes that implement IDatabaseProjectFeature can implement this interface to participate in the export of files to partial projects.
This API is not CLS-compliant.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
<CLSCompliantAttribute(False)> _
Public Interface IDatabaseProjectPartialProjectParticipant
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectPartialProjectParticipant
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectPartialProjectParticipant
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectPartialProjectParticipant = interface end
public interface IDatabaseProjectPartialProjectParticipant
The IDatabaseProjectPartialProjectParticipant type exposes the following members.
Methods
Name | Description | |
---|---|---|
ValidateExportList | Trim the argument list of any files that can be removed from the partial project. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace