COMFieldInfo.ReflectedType Proprietà

Definizione

Ottiene l'oggetto classe utilizzato per ottenere questa istanza tramite reflection.

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

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

Valore della proprietà

null, perché questa istanza non è stata ottenuta tramite reflection.

Si applica a

Vedi anche