XamlLanguage.Int32 Property

Definition

Gets a XamlType for the Int32 XAML language intrinsic.

public:
 static property System::Xaml::XamlType ^ Int32 { System::Xaml::XamlType ^ get(); };
public static System.Xaml.XamlType Int32 { get; }
static member Int32 : System.Xaml.XamlType
Public Shared ReadOnly Property Int32 As XamlType

Property Value

A XamlType for the Int32 XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.12.

Applies to