다음을 통해 공유


BaseMock.callbacks Field

Definition

protected: System::Collections::Generic::Dictionary<System::String ^, EventHandler<Microsoft::VsSDK::UnitTestLibrary::CallbackArgs ^> ^> ^ callbacks;
protected System.Collections.Generic.Dictionary<string,EventHandler<Microsoft.VsSDK.UnitTestLibrary.CallbackArgs>> callbacks;
val mutable callbacks : System.Collections.Generic.Dictionary<string, EventHandler<Microsoft.VsSDK.UnitTestLibrary.CallbackArgs>>
Protected callbacks As Dictionary(Of String, EventHandler(Of CallbackArgs)) 

Field Value

Applies to