Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace