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
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.