Project.GetProjectExtensions(String) Method

Definition

Returns a string value of the XML from the specified element in the ProjectExtensions element.

public:
 System::String ^ GetProjectExtensions(System::String ^ id);
public string GetProjectExtensions (string id);
member this.GetProjectExtensions : string -> string
Public Function GetProjectExtensions (id As String) As String

Parameters

id
String

The name of the element in the ProjectExtensions element to return.

Returns

The string value of the specified element in the ProjectExtensions element of the project.

Applies to