VCPropertySheet Methods

 

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

NameDescription
System_CAPS_pubmethodAddPropertySheet(String^)

Adds a property sheet to the collection of property sheets directly imported by a property sheet.

System_CAPS_pubmethodAddUserMacro(String^, String^)

Adds a user macro to the property sheet.

System_CAPS_pubmethodClearToolProperty(Object^, String^)

Clears the property value of a tool property.

System_CAPS_pubmethodMatchName(String^, Boolean)

Matches a specified name to the name of a collection item.

System_CAPS_pubmethodMovePropertySheet(VCPropertySheet^, Boolean)

Moves an imported property sheet one position before or after in the evaluation order. Position here refers to its relative locations among all the property sheets directly imported by this property sheet.

System_CAPS_pubmethodRemoveAllUserMacros()

Removes all user macros from the property sheet.

System_CAPS_pubmethodRemovePropertySheet(VCPropertySheet^)

Removes a property sheet from the collection of property sheets directly imported by a property sheet.

System_CAPS_pubmethodRemoveUserMacro(VCUserMacro^)

Removes a user macro from the property sheet.

System_CAPS_pubmethodSave()

Saves the project file (.vcxproj).

Return to top
Show: