VirtualizedContainerService.SetHintSize(Object, Object) Method

Definition

Attempts to set a value for the Hint Size Name property.

public:
 static void SetHintSize(System::Object ^ instance, System::Object ^ value);
public static void SetHintSize (object instance, object value);
static member SetHintSize : obj * obj -> unit
Public Shared Sub SetHintSize (instance As Object, value As Object)

Parameters

instance
Object

The property store.

value
Object

The value set.

Remarks

This method parses the assigned value into a Size object; therefore the string must be formatted using en-us culture.

Applies to