VCCodeClass::IsManaged Property

 

Gets or sets a value indicating whether the VCCodeClass object is managed.

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

property bool IsManaged {
	bool get();
	void set(bool value);
}

Property Value

Type: System::Boolean

true if the VCCodeClass object is managed; otherwise, false.

Return to top
Show: