IVsGlobalsCallback Interface

This API 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)

Syntax

'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("E2CC506A-588B-4F65-A1F0-2244C060ABCB")> _
Public Interface IVsGlobalsCallback
[InterfaceTypeAttribute()]
[GuidAttribute("E2CC506A-588B-4F65-A1F0-2244C060ABCB")]
public interface IVsGlobalsCallback
[InterfaceTypeAttribute()]
[GuidAttribute(L"E2CC506A-588B-4F65-A1F0-2244C060ABCB")]
public interface class IVsGlobalsCallback
[<InterfaceTypeAttribute()>]
[<GuidAttribute("E2CC506A-588B-4F65-A1F0-2244C060ABCB")>]
type IVsGlobalsCallback =  interface end
public interface IVsGlobalsCallback

The IVsGlobalsCallback type exposes the following members.

Methods

  Name Description
Public method CanModifySource Infrastructure. Microsoft Internal Use Only.
Public method ClearVariables Infrastructure. Microsoft Internal Use Only.
Public method GetParent Infrastructure. Microsoft Internal Use Only.
Public method ReadData Infrastructure. Microsoft Internal Use Only.
Public method VariableChanged Infrastructure. Microsoft Internal Use Only.
Public method WriteVariablesToData Infrastructure. Microsoft Internal Use Only.

Top

See Also

Reference

EnvDTE Namespace