VCFileCodeModel::IsManaged Property

 

Gets true if the ref keyword is used.

Namespace:   Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

property bool IsManaged {
	bool get();
}

Property Value

Type: System::Boolean

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

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

Return to top
Show: