PropertyExtension<TTargetElementType> Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Constructor for Property Extension

Namespace:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)

Syntax

'Declaration
Protected Sub New ( _
    propertyKey As String _
)
protected PropertyExtension(
    string propertyKey
)
protected:
PropertyExtension(
    String^ propertyKey
)
new : 
        propertyKey:string -> PropertyExtension
protected function PropertyExtension(
    propertyKey : String
)

Parameters

  • propertyKey
    Type: System.String

    The key used to store the property

.NET Framework Security

See Also

Reference

PropertyExtension<TTargetElementType> Class

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace