GetAspectConfiguration()
Gets the AspectConfiguration corresponding to the current custom attribute.
Declaration
public AspectConfiguration GetAspectConfiguration()
Returns
Type | Description |
---|---|
AspectConfiguration | An AspectConfiguration corresponding to the current custom attribute. |
Remarks
This method can be customized by overriding CreateAspectConfiguration() and/or SetAspectConfiguration(AspectConfiguration)
.