IDatabaseProjectUserFileContributor 接口

使用此类可定义在 .user 文件中保持的属性。

此 API 不兼容 CLS。 

命名空间:  Microsoft.VisualStudio.Data.Schema.Package.Project
程序集:  Microsoft.VisualStudio.Data.Schema.Package(在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)

语法

声明
<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

IDatabaseProjectUserFileContributor 类型公开以下成员。

方法

  名称 说明
公共方法 GetConfigurationDependentProperties 返回在用户文件中保持的与配置相关的属性。属性。
公共方法 GetConfigurationIndependentProperties 返回在用户文件中保持的独立于配置的属性。

页首

请参见

参考

Microsoft.VisualStudio.Data.Schema.Package.Project 命名空间