Partilhar via


Propriedade IScriptView.EditorVisible

Essa classe e seus membros são reservados para uso interno e não se destina a ser usado em seu código.

Namespace:  Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal
Assembly:  Microsoft.VisualStudio.Data.Schema.Package (em Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxe

'Declaração
Property EditorVisible As Boolean
    Get
    Set
bool EditorVisible { get; set; }
property bool EditorVisible {
    bool get ();
    void set (bool value);
}
abstract EditorVisible : bool with get, set
function get EditorVisible () : boolean
function set EditorVisible (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IScriptView Interface

Namespace Microsoft.VisualStudio.Data.Schema.Package.SchemaCompare.Internal