VirtualizedContainerService.SetHintSize(Object, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.