Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

PropertyValue.CreateInt32(Int32) Method

Definition

Namespace:
Windows.Foundation

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.

Creates a property value from an integer.

public:
 static Platform::Object ^ CreateInt32(int value);
 static IInspectable CreateInt32(int const& value);
public static object CreateInt32(int value);
function createInt32(value)
Public Shared Function CreateInt32 (value As Integer) As Object

Parameters

value
Int32

int

The value to store in the property value.

Returns

Object

Platform::Object

IInspectable

The property value.

Applies to


Feedback

Was this page helpful?