Share via


CatalogOrServerPropertyChangedEventArgs.GetAddedProperties Method

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntax

'Declaration
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>>

Parameters

Return Value

Type: System.Collections.Generic.IList<Tuple<String, String>>

.NET Framework Security

See Also

Reference

CatalogOrServerPropertyChangedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace