このメンバは StaticCodeAnalysisTask.OnAddProperties(Dictionary<String, String>) をオーバーライドします。
名前空間 : Microsoft.Data.Schema.Tasks
アセンブリ : Microsoft.Data.Schema.Tasks (Microsoft.Data.Schema.Tasks.dll 内)
構文
'宣言
Protected Overrides Sub OnAddProperties ( _
projectProperties As Dictionary(Of String, String) _
)
'使用
Dim projectProperties As Dictionary(Of String, String)
Me.OnAddProperties(projectProperties)
protected override void OnAddProperties(
Dictionary<string, string> projectProperties
)
protected:
virtual void OnAddProperties(
Dictionary<String^, String^>^ projectProperties
) override
protected override function OnAddProperties(
projectProperties : Dictionary<String, String>
)
パラメータ
- projectProperties
型 : System.Collections.Generic.Dictionary<String, String>