TypeDelegator.FullName Propiedad

Definición

Obtiene el nombre completo del tipo implementado.

public:
 virtual property System::String ^ FullName { System::String ^ get(); };
public override string? FullName { get; }
public override string FullName { get; }
member this.FullName : string
Public Overrides ReadOnly Property FullName As String

Valor de propiedad

String contiene el nombre completo del tipo.

Comentarios

Cadena que contiene el nombre completo del objeto actual TypeDelegator.

Se aplica a