Поделиться через


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

  • Values
    Type: array<System.Object[]
    The current values of the properties.

.NET Framework Security

See Also

Reference

DatabasePropertyPageControlData Class

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