PostSharpAPI ReferencePost­Sharp.​ExtensibilityProject­Extension­Element
Open sandboxFocus

ProjectExtensionElement Class

Represents a custom element (or section) in the XML project type.

Inheritance
ProjectExtensionElement
Namespace: PostSharp.Extensibility
Assembly: PostSharp.dll
Syntax
public sealed class ProjectExtensionElement : Object

Properties

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.