CatalogOrServerPropertyChangedEventArgs.GetAddedProperties – 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 GetAddedProperties ( _
source As DatabaseTaskHost..::..PropertySource _
) As IList(Of Tuple(Of String, String))
public IList<Tuple<string, string>> GetAddedProperties(
DatabaseTaskHost..::..PropertySource source
)
public:
IList<Tuple<String^, String^>^>^ GetAddedProperties(
DatabaseTaskHost..::..PropertySource source
)
member GetAddedProperties :
source:DatabaseTaskHost..::..PropertySource -> IList<Tuple<string, string>>
public function GetAddedProperties(
source : DatabaseTaskHost..::..PropertySource
) : IList<Tuple<String, String>>
Parametry
Vrácená hodnota
Typ: System.Collections.Generic.IList<Tuple<String, String>>
Zabezpečení rozhraní .NET Framework
- Plná důvěra přímému volajícímu. Částečně zabezpečený kód nemůže tento člen použít. Další informace naleznete v tématu Používání knihoven z částečně důvěryhodného kódu.
Viz také
Odkaz
CatalogOrServerPropertyChangedEventArgs Třída
Microsoft.VisualStudio.Data.Schema.Package.Project – obor názvů