CatalogOrServerPropertyChangedEventArgs.GetAddedProperties Method

Returns a list of the added properties.

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

Syntax

'Declaration
Public Function GetAddedProperties ( _
    source As DatabaseTaskHost..::..PropertySource _
) As IList(Of Tuple(Of String, String))
'Usage
Dim instance As CatalogOrServerPropertyChangedEventArgs
Dim source As DatabaseTaskHost..::..PropertySource
Dim returnValue As IList(Of Tuple(Of String, String))

returnValue = instance.GetAddedProperties(source)
public IList<Tuple<string, string>> GetAddedProperties(
    DatabaseTaskHost..::..PropertySource source
)
public:
IList<Tuple<String^, String^>>^ GetAddedProperties(
    DatabaseTaskHost..::..PropertySource source
)
public function GetAddedProperties(
    source : DatabaseTaskHost..::..PropertySource
) : IList<Tuple<String, String>>
member 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

CatalogOrServerPropertyChangedEventArgs Members

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