Compartir a través de


IDTSProperty100.UITypeEditor Propiedad

Definición

Obtiene el nombre de tipo, calificado mediante el nombre del ensamblado, del editor gráfico para la propiedad.

public:
 property System::String ^ UITypeEditor { System::String ^ get(); };
[System.Runtime.InteropServices.DispId(8)]
public string UITypeEditor { [System.Runtime.InteropServices.DispId(8)] get; }
[<System.Runtime.InteropServices.DispId(8)>]
[<get: System.Runtime.InteropServices.DispId(8)>]
member this.UITypeEditor : string
Public ReadOnly Property UITypeEditor As String

Valor de propiedad

Nombre del tipo, calificado mediante el nombre del ensamblado, del editor de interfaz de usuario para la propiedad.

Atributos

Comentarios

Para obtener más información, vea DtsProperty.

Se aplica a