CatalogOrServerPropertyChangedEventArgs.GetNumberOfDeletedProperties Method
The number of deleted properties.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Function GetNumberOfDeletedProperties ( _
source As DatabaseTaskHost..::..PropertySource _
) As Integer
public int GetNumberOfDeletedProperties(
DatabaseTaskHost..::..PropertySource source
)
public:
int GetNumberOfDeletedProperties(
DatabaseTaskHost..::..PropertySource source
)
member GetNumberOfDeletedProperties :
source:DatabaseTaskHost..::..PropertySource -> int
public function GetNumberOfDeletedProperties(
source : DatabaseTaskHost..::..PropertySource
) : int
Parameters
- source
Type: Microsoft.Data.Schema.Build.DatabaseTaskHost.PropertySource
The source of the properties.
Return Value
Type: System.Int32
The number of deleted 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