ModelMetadata.PropertyGetter Proprietà
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Ottiene un delegato getter di proprietà per ottenere il valore della proprietà da un oggetto modello.
public:
abstract property Func<System::Object ^, System::Object ^> ^ PropertyGetter { Func<System::Object ^, System::Object ^> ^ get(); };
C#
public abstract Func<object,object> PropertyGetter { get; }
C#
public abstract Func<object,object?>? PropertyGetter { get; }
member this.PropertyGetter : Func<obj, obj>
Public MustOverride ReadOnly Property PropertyGetter As Func(Of Object, Object)
Prodotto | Versioni |
---|---|
ASP.NET Core | 1.0, 1.1, 2.0, 2.1, 2.2, 3.0, 3.1, 5.0, 6.0, 7.0, 8.0, 9.0 |