Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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