VCFileCodeModel.IsManaged Property

Definition

Gets true if the ref keyword is used.

public:
 property bool IsManaged { bool get(); };
public:
 property bool IsManaged { bool get(); };
[System.Runtime.InteropServices.DispId(606)]
public bool IsManaged { [System.Runtime.InteropServices.DispId(606)] get; }
[<System.Runtime.InteropServices.DispId(606)>]
[<get: System.Runtime.InteropServices.DispId(606)>]
member this.IsManaged : bool
Public ReadOnly Property IsManaged As Boolean

Property Value

true if the ref keyword is used; otherwise, false.

Attributes

Remarks

The ref keyword is the equivalent to the double underscore format for keywords.

Applies to