CatalogOrServerPropertyChangedEventArgs.GetAddedProperties 方法

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

语法

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

参数

返回值

类型:System.Collections.Generic.IList<Tuple<String, String>>

.NET Framework 安全性

请参见

参考

CatalogOrServerPropertyChangedEventArgs 类

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