Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows database schema provider vendors to provide the Help keyword for the project system.
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 IDatabaseProjectHelpKeywordProvider _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectHelpKeywordProvider : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectHelpKeywordProvider : IExtension
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectHelpKeywordProvider =
interface
interface IExtension
end
public interface IDatabaseProjectHelpKeywordProvider extends IExtension
The IDatabaseProjectHelpKeywordProvider type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetHelpKeyword | Returns the Help keyword to be used on the project. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace