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