This topic has not yet been rated - Rate this topic

IVsGlobals Interface

This interface supports the .NET Framework infrastructure and is not intended to be used directly from your code.

Microsoft Internal Use Only.

Namespace: EnvDTE
Assembly: EnvDTE (in envdte.dll)

[InterfaceTypeAttribute(1)] 
[GuidAttribute("192AC688-E7C6-4F9D-8180-4B37EFBF6F3A")] 
public interface IVsGlobals
/** @attribute InterfaceTypeAttribute(1) */ 
/** @attribute GuidAttribute("192AC688-E7C6-4F9D-8180-4B37EFBF6F3A") */ 
public interface IVsGlobals
InterfaceTypeAttribute(1) 
GuidAttribute("192AC688-E7C6-4F9D-8180-4B37EFBF6F3A") 
public interface IVsGlobals
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ
Using IVsGlobals
This interface is implemented by Visual Studio for VS SDK package authors who wish to create their own storage mechanisms to support the Globals automation object. More information about how to use this interface is available in the VS SDK documentation.
Advertisement