Share via


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

Return Value

Type: System.Int32
The number of deleted properties.

.NET Framework Security

See Also

Reference

CatalogOrServerPropertyChangedEventArgs Class

Microsoft.VisualStudio.Data.Schema.Package.Project Namespace