ProfilePropertySettingsCollection.IndexOf(ProfilePropertySettings) 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.
Restituisce l'indice dell'oggetto ProfilePropertySettings specificato.
public:
int IndexOf(System::Web::Configuration::ProfilePropertySettings ^ propertySettings);
public int IndexOf (System.Web.Configuration.ProfilePropertySettings propertySettings);
member this.IndexOf : System.Web.Configuration.ProfilePropertySettings -> int
Public Function IndexOf (propertySettings As ProfilePropertySettings) As Integer
Parametri
- propertySettings
- ProfilePropertySettings
Oggetto ProfilePropertySettings nell'insieme.
Restituisce
Indice dell'oggetto specificato ProfilePropertySettings, oppure -1 se l'oggetto non viene trovato nell'insieme.