CatalogOrServerPropertyChangedEventArgs.GetNumberOfChangedProperties Method
The number of changed 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 GetNumberOfChangedProperties ( _
source As DatabaseTaskHost..::..PropertySource _
) As Integer
public int GetNumberOfChangedProperties(
DatabaseTaskHost..::..PropertySource source
)
public:
int GetNumberOfChangedProperties(
DatabaseTaskHost..::..PropertySource source
)
member GetNumberOfChangedProperties :
source:DatabaseTaskHost..::..PropertySource -> int
public function GetNumberOfChangedProperties(
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 changed 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