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
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.
Voir aussi
Référence
CatalogOrServerPropertyChangedEventArgs Classe
Microsoft.VisualStudio.Data.Schema.Package.Project, espace de noms