CatalogOrServerPropertyChangedEventArgs.GetChangedProperties Method
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
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>>
Parameters
Return Value
Type: System.Collections.Generic.IList<Tuple<String, String, String>>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
CatalogOrServerPropertyChangedEventArgs Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace