StaticCodeAnalysisTask.OnAddProperties Method
Namespace: Microsoft.Data.Schema.Tasks
Assembly: Microsoft.Data.Schema.Tasks (in Microsoft.Data.Schema.Tasks.dll)
Syntax
'Declaration
Protected Overridable Sub OnAddProperties ( _
projectProperties As Dictionary(Of String, String) _
)
protected virtual void OnAddProperties(
Dictionary<string, string> projectProperties
)
protected:
virtual void OnAddProperties(
Dictionary<String^, String^>^ projectProperties
)
abstract OnAddProperties :
projectProperties:Dictionary<string, string> -> unit
override OnAddProperties :
projectProperties:Dictionary<string, string> -> unit
protected function OnAddProperties(
projectProperties : Dictionary<String, String>
)
Parameters
- projectProperties
Type: System.Collections.Generic.Dictionary<String, String>
The project properties
.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.