DesignTimeParseData.UserControlRegisterEntries Proprietà

Definizione

Ottiene un insieme di informazioni sulle registrazioni del controllo utente.

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

public:
 property System::Collections::ICollection ^ UserControlRegisterEntries { System::Collections::ICollection ^ get(); };
public System.Collections.ICollection UserControlRegisterEntries { get; }
member this.UserControlRegisterEntries : System.Collections.ICollection
Public ReadOnly Property UserControlRegisterEntries As ICollection

Valore della proprietà

Interfaccia ICollection contenente il prefisso del tag, il nome del tag e la posizione del controllo utente. L'insieme viene compilato automaticamente da .NET Framework in fase di analisi.

Si applica a