IXamlType.FullName Property

Definition

Gets the full class name of the underlying type.

public:
 property Platform::String ^ FullName { Platform::String ^ get(); };
winrt::hstring FullName();
public string FullName { get; }
var string = iXamlType.fullName;
Public ReadOnly Property FullName As String

Property Value

String

Platform::String

winrt::hstring

The full class name of the underlying type.

Applies to