IXamlType.UnderlyingType Proprietà

Definizione

Ottiene informazioni per il tipo di backup.

public:
 property TypeName UnderlyingType { TypeName get(); };
TypeName UnderlyingType();
public System.Type UnderlyingType { get; }
var typeName = iXamlType.underlyingType;
Public ReadOnly Property UnderlyingType As Type

Valore della proprietà

Tipo di supporto rappresentato dal tipo di supporto del tipo o dell'interoperabilità pertinente. Si tratta di un riferimento al tipo (System.Type per Microsoft .NET, uno struct helper TypeName per le estensioni del componente Visual C++ (C++/CX).

Commenti

Nota

Se si esegue la programmazione usando un linguaggio Microsoft .NET (C# o Microsoft Visual Basic), i progetti di tipo TypeName come System.Type. Se si usano estensioni del componente Visual C++ (C++/CX), si tratta di uno struct helper TypeName .

Si applica a

Vedi anche