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.
Use this class to define properties that are persisted in the .user file.
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 IDatabaseProjectUserFileContributor _
Inherits IExtension
[CLSCompliantAttribute(false)]
public interface IDatabaseProjectUserFileContributor : IExtension
[CLSCompliantAttribute(false)]
public interface class IDatabaseProjectUserFileContributor : IExtension
[<CLSCompliantAttribute(false)>]
type IDatabaseProjectUserFileContributor =
interface
interface IExtension
end
public interface IDatabaseProjectUserFileContributor extends IExtension
The IDatabaseProjectUserFileContributor type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
GetConfigurationDependentProperties | Returns the configuration-dependent properties that are persisted to the user. file. |
![]() |
GetConfigurationIndependentProperties | Returns the configuration-independent properties that are persisted to the user file. |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace