Partager via


CatalogOrServerPropertyChangedEventArgs.GetChangedProperties, méthode

Espace de noms :  Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly :  Microsoft.VisualStudio.Data.Schema.Package (dans Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Déclaration
Public Function GetChangedProperties ( _
    source As DatabaseTaskHost..::..PropertySource _
) As IList(Of Tuple(Of String, String, String))
public IList<Tuple<string, string, string>> GetChangedProperties(
    DatabaseTaskHost..::..PropertySource source
)
public:
IList<Tuple<String^, String^, String^>^>^ GetChangedProperties(
    DatabaseTaskHost..::..PropertySource source
)
member GetChangedProperties : 
        source:DatabaseTaskHost..::..PropertySource -> IList<Tuple<string, string, string>> 
public function GetChangedProperties(
    source : DatabaseTaskHost..::..PropertySource
) : IList<Tuple<String, String, String>>

Paramètres

Valeur de retour

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

Sécurité .NET Framework

Voir aussi

Référence

CatalogOrServerPropertyChangedEventArgs Classe

Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms