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
- Value
Type: System.Object
The current value of the object.
.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