CatalogOrServerPropertyChangedEventArgs.GetDeletedProperties 方法

返回移除的属性。

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

语法

声明
Public Function GetDeletedProperties ( _
    source As DatabaseTaskHost..::..PropertySource _
) As IList(Of String)
public IList<string> GetDeletedProperties(
    DatabaseTaskHost..::..PropertySource source
)
public:
IList<String^>^ GetDeletedProperties(
    DatabaseTaskHost..::..PropertySource source
)
member GetDeletedProperties : 
        source:DatabaseTaskHost..::..PropertySource -> IList<string> 
public function GetDeletedProperties(
    source : DatabaseTaskHost..::..PropertySource
) : IList<String>

参数

返回值

类型:System.Collections.Generic.IList<String>
属性名称的列表。

.NET Framework 安全性

请参见

参考

CatalogOrServerPropertyChangedEventArgs 类

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