Share via


CodeCastExpression.TargetType Proprietà

Definizione

Ottiene o imposta il tipo di destinazione del cast.

public:
 property System::CodeDom::CodeTypeReference ^ TargetType { System::CodeDom::CodeTypeReference ^ get(); void set(System::CodeDom::CodeTypeReference ^ value); };
public System.CodeDom.CodeTypeReference TargetType { get; set; }
member this.TargetType : System.CodeDom.CodeTypeReference with get, set
Public Property TargetType As CodeTypeReference

Valore della proprietà

CodeTypeReference che indica il tipo di destinazione sul quale eseguire il cast.

Si applica a