|
|
|
date: Mon, 8 Oct 2007 22:22:09 -0400,
group: microsoft.public.vstudio.extensibility
back
Re: IVsLiteTree interface
Sean,
The IVsLiteTree interface lives in the
'Microsoft.VisualStudio.Shell.Interop' namespace. You should be able to add
that assembly as a reference. If not, you can find the file located at
'C:\Program Files\Visual Studio 2005
SDK\2007.02\VisualStudioIntegration\Common\Assemblies\Microsoft.VisualStudio.Shell.Interop.dll'.
This assembly requires the Visual Studio SDK.
The FQN is:
Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a
Hope this helps,
Steve - dotneticated.com
"Sean F. Aitken" wrote in message
news:1191332479.950218.181090@n39g2000hsh.googlegroups.com...
> >From a suggestion in the MS forums, it looks like the interface
> IVsLiteTree allows me to suspend updates to the solution explorer.
> The problem, is that I can't find out where to acquire this interface.
>
> Does anyone know how I can get my hands on this interface... either
> with the SDK or through the automation DTE2 interface...?
>
> Best regards,
> - Sean
>
date: Mon, 8 Oct 2007 22:22:09 -0400
author: Stevanich am
Re: IVsLiteTree interface
Hello Stevanich,
I think the actual question is "how to get an instance of IVsLiteTree". I'm
interested in this too.
Sincerely,
Ilya Ryzhenkov
JetBrains, Inc
http://www.jetbrains.com
"Develop with pleasure!"
S> Sean,
S>
S> The IVsLiteTree interface lives in the
S> 'Microsoft.VisualStudio.Shell.Interop' namespace. You should be able
S> to add that assembly as a reference. If not, you can find the file
S> located at 'C:\Program Files\Visual Studio 2005
S> SDK\2007.02\VisualStudioIntegration\Common\Assemblies\Microsoft.Visua
S> lStudio.Shell.Interop.dll'. This assembly requires the Visual Studio
S> SDK.
S>
S> The FQN is:
S> Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0,
S> Culture=neutral,
S> PublicKeyToken=b03f5f7f11d50a3a
S> Hope this helps,
S>
S> Steve - dotneticated.com
S>
S> "Sean F. Aitken" wrote in message
S> news:1191332479.950218.181090@n39g2000hsh.googlegroups.com...
S>
>>> From a suggestion in the MS forums, it looks like the interface
>>>
>> IVsLiteTree allows me to suspend updates to the solution explorer.
>> The problem, is that I can't find out where to acquire this
>> interface.
>>
>> Does anyone know how I can get my hands on this interface... either
>> with the SDK or through the automation DTE2 interface...?
>>
>> Best regards,
>> - Sean
date: Tue, 9 Oct 2007 09:03:18 +0000 (UTC)
author: Ilya Ryzhenkov
|
|