VirtualizedContainerService.GetHintSize(Object) Method

Definition

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

public:
 static System::Object ^ GetHintSize(System::Object ^ instance);
public static object GetHintSize (object instance);
static member GetHintSize : obj -> obj
Public Shared Function GetHintSize (instance As Object) As Object

Parameters

instance
Object

The property store.

Returns

The destination Object for the value.

Remarks

GetHintSize does not throw an exception if the property is not found in the store.

Applies to