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 | 傳回保存在使用者檔案中的與組態無關的屬性。 |
回頁首