VCCodeClass::IsSealed Property

 

Gets or sets a value indicating whether the __sealed keyword is applied to the parent object.

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

true if the __sealed keyword is applied to the parent object; otherwise, false.

For more information, see __sealed.

Return to top
Show: