ObjectPersistData.GetFilteredProperty(String, String) Metodo
Definizione
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 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
Restituisce
Tutte le voci di proprietà per il filtro e il nome di proprietà specificati.