DTE object VS Class and Method

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Max

    DTE object VS Class and Method

    Im trying to make a .NET addin that could interact with
    the .NET developpment environment.

    I would like to be able to click on any class or method
    definition in the code desing window and set an object to
    the corresponding type (CodeClass or CodeMethod) so I can
    access to its properties. So far im using a EnvDTE._DTE
    object to interract with the environment.

    Is there anyway to do it? There are 2 comboboxes on top of
    the code desing window that show the current class /
    function / method currently selected in the text but I
    cant find where the information is taken from.

    Thanks for any help!
    Max
  • Mattias Sjögren

    #2
    Re: DTE object VS Class and Method

    Max,

    microsoft.publi c.vsnet.ide is generally a better group for VS.NET
    add-in questions.



    Mattias

    --
    Mattias Sjögren [MVP] mattias @ mvps.org

    Please reply only to the newsgroup.

    Comment

    Working...