VCCodeStruct.IsManaged Propriedade

Definição

Define ou obtém se o objeto é gerenciado.

public:
 property bool IsManaged { bool get(); void set(bool value); };
public:
 property bool IsManaged { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(588)]
public bool IsManaged { [System.Runtime.InteropServices.DispId(588)] get; [System.Runtime.InteropServices.DispId(588)] set; }
[<System.Runtime.InteropServices.DispId(588)>]
[<get: System.Runtime.InteropServices.DispId(588)>]
[<set: System.Runtime.InteropServices.DispId(588)>]
member this.IsManaged : bool with get, set
Public Property IsManaged As Boolean

Valor da propriedade

Boolean

true Se o objeto for gerenciado; caso contrário, false .

Atributos

Aplica-se a