Project.SetProjectExtensions(String, String) Method

Definition

Sets the ProjectExtensions element of the project with the specified element name and content.

public:
 void SetProjectExtensions(System::String ^ id, System::String ^ content);
public void SetProjectExtensions (string id, string content);
member this.SetProjectExtensions : string * string -> unit
Public Sub SetProjectExtensions (id As String, content As String)

Parameters

id
String

The name of the XML element to create as a child of the ProjectExtensions element.

content
String

The text value of the created XML element.

Applies to