RefactoringOperation.OnError メソッド

名前空間 :  Microsoft.VisualStudio.Data.Schema.Project.Refactoring
アセンブリ :  Microsoft.VisualStudio.Data.Schema.Project (Microsoft.VisualStudio.Data.Schema.Project.dll 内)

構文

'宣言
Protected Sub OnError ( _
    errorMessage As String _
)
'使用
Dim errorMessage As String

Me.OnError(errorMessage)
protected void OnError(
    string errorMessage
)
protected:
void OnError(
    String^ errorMessage
)
protected function OnError(
    errorMessage : String
)

パラメータ

参照

参照

RefactoringOperation クラス

RefactoringOperation メンバ

Microsoft.VisualStudio.Data.Schema.Project.Refactoring 名前空間