VCCodeFunction::IsSealed Property

 

Sets or gets the IsSealed keyword on a function.

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

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

Property Value

Type: System::Boolean

Determines whether the file containing the parent object is read only

Return to top
Show: