ProjectExtensionElement Class |
Represents a custom element (or section) in the XML project type.
Namespace: PostSharp.Extensibility
Assembly: PostSharp (in PostSharp.dll) Version: 6.10.10.0 (6.10.10.0)
C#
public sealed class ProjectExtensionElement
The ProjectExtensionElement type exposes the following members.
Name | Description | |
---|---|---|
Name |
Gets the local name of the custom element.
| |
Namespace |
Gets the XML namespace of the custom element.
| |
XElement |
Gets the XElement materializing the project extension.
|