VCPropertySheet::AddUserMacro Method (String^, String^)

 

Adds a user macro to the property sheet.

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

VCUserMacro^ AddUserMacro(
	String^ Name,
	String^ Value
)

Parameters

Name
Type: System::String^

Name of the macro.

Value
Type: System::String^

Value of the replacement string.

Return Value

Type: Microsoft.VisualStudio.VCProjectEngine::VCUserMacro^

The VCUserMacro object.

Return to top
Show: