ComVisibleAttribute.Value Propiedad
Definición
Obtiene un valor que indica si el tipo COM es visible.Gets a value that indicates whether the COM type is visible.
public:
property bool Value { bool get(); };
public bool Value { get; }
member this.Value : bool
Public ReadOnly Property Value As Boolean
Valor de propiedad
Es true
si el tipo es visible; en caso contrario, es false
.true
if the type is visible; otherwise, false
. El valor predeterminado es true
.The default value is true
.