JSField.DeclaringType Proprietà

Definizione

Ottiene il tipo che dichiara il campo.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public:
 virtual property Type ^ DeclaringType { Type ^ get(); };
public override Type DeclaringType { get; }
member this.DeclaringType : Type
Public Overrides ReadOnly Property DeclaringType As Type

Valore della proprietà

Type

null in tutti i casi.

Si applica a

Vedi anche