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
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The property source
Return Value
Type: System.Collections.Generic.IList<Tuple<String, String>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogOrServerPropertyChangedEventArgs Class
CatalogOrServerPropertyChangedEventArgs Members
Microsoft.VisualStudio.Data.Schema.Project.Project Namespace