CatalogOrServerPropertyChangedEventArgs.GetDeletedProperties Method
Returns the properties that were removed.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function GetDeletedProperties ( _
source As DatabaseTaskHost..::..PropertySource _
) As IList(Of String)
public IList<string> GetDeletedProperties(
DatabaseTaskHost..::..PropertySource source
)
public:
IList<String^>^ GetDeletedProperties(
DatabaseTaskHost..::..PropertySource source
)
member GetDeletedProperties :
source:DatabaseTaskHost..::..PropertySource -> IList<string>
public function GetDeletedProperties(
source : DatabaseTaskHost..::..PropertySource
) : IList<String>
Parameters
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The source of the properties.
Return Value
Type: System.Collections.Generic.IList<String>
A list of names for the properties.
.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