Sdílet prostřednictvím


CatalogOrServerPropertyChangedEventArgs.GetChangedProperties – metoda

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

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

Parametry

Vrácená hodnota

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

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

CatalogOrServerPropertyChangedEventArgs Třída

Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů