XamlLanguage.Int64 Property

Definition

Gets a XamlType for the Int64 XAML language intrinsic.

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

Property Value

A XamlType for the Int64 XAML language intrinsic.

Remarks

See [MS-XAML] Section 5.2.13.

Applies to