DatabasePropertyPageControlData.SetNonCommonPropertyValueMultipleValuesCore Method
Sets each object by using the provided values.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Protected Overrides Sub SetNonCommonPropertyValueMultipleValuesCore ( _
Objects As Object(), _
Values As Object() _
)
protected override void SetNonCommonPropertyValueMultipleValuesCore(
Object[] Objects,
Object[] Values
)
protected:
virtual void SetNonCommonPropertyValueMultipleValuesCore(
array<Object^>^ Objects,
array<Object^>^ Values
) override
abstract SetNonCommonPropertyValueMultipleValuesCore :
Objects:Object[] *
Values:Object[] -> unit
override SetNonCommonPropertyValueMultipleValuesCore :
Objects:Object[] *
Values:Object[] -> unit
protected override function SetNonCommonPropertyValueMultipleValuesCore(
Objects : Object[],
Values : Object[]
)
Parameters
- Objects
Type: array<System.Object[]
The objects to set.
- Values
Type: array<System.Object[]
The current values of 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
DatabasePropertyPageControlData Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace