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.StringThe 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