AutomationProxyAttribute.Value Propriedade

Definição

Obtém um valor que indica o tipo de marshaler a ser usado.Gets a value indicating the type of marshaler to use.

public:
 property bool Value { bool get(); };
public bool Value { get; }
member this.Value : bool
Public ReadOnly Property Value As Boolean

Valor da propriedade

Boolean

true se a classe deve passar por marshaling usando o Marshaler de Automação; false se um marshaler de stub de proxy deve ser usado.true if the class should be marshaled using the Automation Marshaler; false if a proxy stub marshaler should be used.

Aplica-se a