IParserAccessor.AddParsedSubObject(Object) Metodo

Definizione

Quando è implementato da un controllo server ASP.NET, notifica al controllo server che un elemento XML o HTML è stato analizzato.

public:
 void AddParsedSubObject(System::Object ^ obj);
public void AddParsedSubObject (object obj);
abstract member AddParsedSubObject : obj -> unit
Public Sub AddParsedSubObject (obj As Object)

Parametri

obj
Object

L'oggetto Object che è stato analizzato.

Si applica a

Vedi anche