VirtualizedContainerService.GetHintSize(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 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
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.