UserControl.IUserControlDesignerAccessor.TagName Proprietà

Definizione

Ottiene o imposta il nome completo dei 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 dei tag del controllo.

Implementazioni

Commenti

Questo membro è un’implementazione esplicita di un membro di interfaccia. Può essere utilizzato solo quando si esegue il cast dell'istanza UserControl a un'interfaccia IUserControlDesignerAccessor.

Si applica a

Vedi anche