Partilhar via


Método CatalogOrServerPropertyChangedEventArgs.GetDeletedProperties

Retorna as propriedades que foram removidas.

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

Sintaxe

'Declaração
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>

Parâmetros

Valor de retorno

Tipo: System.Collections.Generic.IList<String>
Uma lista de nomes para as propriedades.

Segurança do .NET Framework

Consulte também

Referência

CatalogOrServerPropertyChangedEventArgs Classe

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