VCCodeStruct.IsManaged Eigenschaft

Definition

Legt fest oder ruft ab, ob das Objekt verwaltet ist.

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

Eigenschaftswert

Boolean

true , wenn das Objekt verwaltet wird. andernfalls false .

Attribute

Gilt für