Microsoft Developer Network > 포럼 홈 > Visual Studio Extensibility > Change MDA Settings through a Macro
질문하기질문하기
 

답변됨Change MDA Settings through a Macro

  • 2009년 6월 29일 월요일 오후 3:08TinoM1302 사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     
    Hi all,

    I'm trying to change the settings for the Managed Debugging Assistants through a Macro:

    To get to the Setting manually:
    Click Menu Bar->Debug->Exceptions...
    Expand the Managed Debugging Assistants node
    Uncheck NonComVisibleBaseClass under the Throw column
    Click OK

    I tried to record it as a macro but all that it records is launching the dialog, none of the interaction. Any idea how this could be set through a Macro?

    Thanks,
    Tino

답변

  • 2009년 7월 2일 목요일 오전 9:21Wesley YaoMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hi Tino,

    As I know, this action is not supported by the Visual Studio Extensibility Automation currently, what the Marco can record is opening *which* dialog(executing command actually).  I'm sorry for that. :(

    Sincerely,
    Wesley
    Please mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.

모든 응답

  • 2009년 7월 2일 목요일 오전 9:21Wesley YaoMSFT, 중재자사용자 메달사용자 메달사용자 메달사용자 메달사용자 메달
     답변됨
    Hi Tino,

    As I know, this action is not supported by the Visual Studio Extensibility Automation currently, what the Marco can record is opening *which* dialog(executing command actually).  I'm sorry for that. :(

    Sincerely,
    Wesley
    Please mark the replies as answers if they help and unmark them if they provide no help. Welcome to the All-In-One Code Framework! If you have any feedback, please tell us.