DatabaseProjectTemplateDisplayResult Enumeration
Indicates the ownership of a feature for a particular entry in the Add New Item dialog box.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Enumeration DatabaseProjectTemplateDisplayResult
public enum DatabaseProjectTemplateDisplayResult
public enum class DatabaseProjectTemplateDisplayResult
type DatabaseProjectTemplateDisplayResult
public enum DatabaseProjectTemplateDisplayResult
Members
Member name | Description | |
---|---|---|
NotOwner | Indicates whether this IDatabaseProjectAddNewItemParticipant owns the template. | |
Display | Indicates that this IDatabaseProjectAddNewItemParticipant wants to display the template. | |
DoNotDisplay | Indicates that this IDatabaseProjectAddNewItemParticipant does not want display the template. |
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace