ObjectPersistData.GetFilteredProperty(String, String) Metodo

Definizione

Ottiene tutte le voci di proprietà per il filtro e il nome di proprietà specificati.

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

public:
 System::Web::UI::PropertyEntry ^ GetFilteredProperty(System::String ^ filter, System::String ^ name);
public System.Web.UI.PropertyEntry GetFilteredProperty (string filter, string name);
member this.GetFilteredProperty : string * string -> System.Web.UI.PropertyEntry
Public Function GetFilteredProperty (filter As String, name As String) As PropertyEntry

Parametri

filter
String

Proprietà Filter di un'espressione.

name
String

Proprietà Name di un'espressione.

Restituisce

PropertyEntry

Tutte le voci di proprietà per il filtro e il nome di proprietà specificati.

Si applica a