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


DatabasePropertyPageControlData.SetNonCommonPropertyValueCore Method

Sets the objects of the properties by using the specified value.

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 SetNonCommonPropertyValueCore ( _
    Value As Object _
)
protected override void SetNonCommonPropertyValueCore(
    Object Value
)
protected:
virtual void SetNonCommonPropertyValueCore(
    Object^ Value
) override
abstract SetNonCommonPropertyValueCore : 
        Value:Object -> unit 
override SetNonCommonPropertyValueCore : 
        Value:Object -> unit 
protected override function SetNonCommonPropertyValueCore(
    Value : Object
)

Parameters

.NET Framework Security

See Also

Reference

DatabasePropertyPageControlData Class

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