Share via


CatalogOrServerPropertyChangedEventArgs.GetDeletedProperties Method

Returns the properties that were removed.

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

Syntax

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

Parameters

Return Value

Type: System.Collections.Generic.IList<String>
A list of names for the properties.

.NET Framework Security

See Also

Reference

CatalogOrServerPropertyChangedEventArgs Class

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