VCFileCodeModel.IsManaged Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.