ObjectPersistData.GetFilteredProperty(String, String) Metoda

Definicja

Pobiera wszystkie wpisy właściwości dla określonego filtru i nazwy właściwości.

Ten interfejs API obsługuje infrastrukturę produktu i nie jest przeznaczony do użycia bezpośrednio z poziomu kodu.

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

Parametry

filter
String

Element Filter w wyrażeniu.

name
String

Element Name w wyrażeniu.

Zwraca

Wszystkie wpisy właściwości dla określonego filtru i nazwy właściwości.

Dotyczy