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