ProvideXmlEditorChooserDesignerViewAttribute.TextLogicalViewEditor Propriedade
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Obtém ou define a fábrica do editor a ser associada à exibição lógica de texto.
public:
property System::Object ^ TextLogicalViewEditor { System::Object ^ get(); void set(System::Object ^ value); };
public:
property Platform::Object ^ TextLogicalViewEditor { Platform::Object ^ get(); void set(Platform::Object ^ value); };
public object TextLogicalViewEditor { get; set; }
member this.TextLogicalViewEditor : obj with get, set
Public Property TextLogicalViewEditor As Object