IDatabaseProjectUserFileContributor.GetConfigurationIndependentProperties 方法

返回在用户文件中保持的独立于配置的属性。

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

语法

声明
Function GetConfigurationIndependentProperties As String()
string[] GetConfigurationIndependentProperties()
array<String^>^ GetConfigurationIndependentProperties()
abstract GetConfigurationIndependentProperties : unit -> string[] 
function GetConfigurationIndependentProperties() : String[]

返回值

类型:array<System.String[]
所有要保持的属性名称的列表。

.NET Framework 安全性

请参见

参考

IDatabaseProjectUserFileContributor 接口

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