VCWizCtlClass::ResourceHelper Property

 

Gets the VCResourceHelper object.

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

public:
property Object^ ResourceHelper {
	virtual Object^ get();
}

Property Value

Type: System::Object^

A VCResourceHelper object.

You can use the VCResourceHelper to open the resource editor, manipulate properties, add resources, and close the resource editor programmatically.

The VCResourceHelper object is a type in the Visual C++ Resource Manager library.

Return to top
Show: