ProjectPropertyElementLink.ChangeName(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Help implement rename.
public:
abstract void ChangeName(System::String ^ newName);
public abstract void ChangeName (string newName);
abstract member ChangeName : string -> unit
Public MustOverride Sub ChangeName (newName As String)
Parameters
- newName
- String