TagObj.ForceValue Method

Forces the object's value property to the value passed as a parameter.
<ID("ForceValue", (int)e.ForceValue, false, false)> _ 
<System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)> _ 
Public Function ForceValue( _ 
ByVal value As Object
) As Integer
This language is not supported or no code example is available.
[ID("ForceValue", (int)e.ForceValue, false, false)] 
[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Advanced)] 
public int ForceValue( 
object value 
)
This language is not supported or no code example is available.

Parameters

value
object

Value to be forced

Return Value

int

Returns always 0

.NET Framework

Supported in: 4.6.2, 4.7

In this article

Definition