UserControl.IUserControlDesignerAccessor.TagName Proprietà

Definizione

Ottiene o imposta il nome completo del tag del controllo utente.

property System::String ^ System::Web::UI::IUserControlDesignerAccessor::TagName { System::String ^ get(); void set(System::String ^ value); };
string System.Web.UI.IUserControlDesignerAccessor.TagName { get; set; }
member this.System.Web.UI.IUserControlDesignerAccessor.TagName : string with get, set
 Property TagName As String Implements IUserControlDesignerAccessor.TagName

Valore della proprietà

Nome completo del tag del controllo utente.

Implementazioni

Commenti

Questo membro è un'implementazione esplicita del membro dell'interfaccia. Può essere usato solo quando viene eseguito il cast dell'istanza a un'interfaccia UserControlIUserControlDesignerAccessor .

Si applica a

Vedi anche