GetExtensionElements(string, string)
Gets the set of project extension elements (ProjectExtensionElement) given their name and XML namespace.
Declaration
IEnumerable<ProjectExtensionElement> GetExtensionElements(string name, string ns)Parameters
| Type | Name | Description |
|---|---|---|
| string | name | Local name of the project extension element. |
| string | ns | XML namespace of the project extension element. |
Returns
| Type | Description |
|---|---|
| IEnumerable<ProjectExtensionElement> | The set of project elements named |