struct DesignerSerializationVisibility

in global :: System . ComponentModel

Specifies the visibility a property has to the design-time serializer.


public static DesignerSerializationVisibility Content

The code generator produces code for the contents of the object, rather than for the object itself.

public static DesignerSerializationVisibility Hidden

The code generator does not produce code for the object.

public static DesignerSerializationVisibility Visible

The code generator produces code for the object.

public bool HasFlag( Enum flag )

😔 No documentation found.

public bool Equals( object obj )

😔 No documentation found.

public int GetHashCode( )

😔 No documentation found.

public int CompareTo( object target )

😔 No documentation found.

public string ToString( )

😔 No documentation found.

public string ToString( string format )

😔 No documentation found.

public string ToString( IFormatProvider provider )

😔 No documentation found.

public string ToString( string format, IFormatProvider provider )

😔 No documentation found.

public TypeCode GetTypeCode( )

😔 No documentation found.

public Type GetType( )

😔 No documentation found.

public int value__

😔 No documentation found.