PropertyExtension<TTargetElementType> Constructor (String)
Constructor for Property Extension
Namespace: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
Assembly: Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (in Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll)
Syntax
protected PropertyExtension(
string propertyKey
)
protected:
PropertyExtension(
String^ propertyKey
)
new :
propertyKey:string -> PropertyExtension
Protected Sub New (
propertyKey As String
)
Parameters
propertyKey
Type: System.StringThe key used to store the property
See Also
PropertyExtension<TTargetElementType> Class
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer Namespace
Return to top