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 | |
---|---|---|
CanModifySource | Infrastructure. Microsoft Internal Use Only. | |
ClearVariables | Infrastructure. Microsoft Internal Use Only. | |
GetParent | Infrastructure. Microsoft Internal Use Only. | |
ReadData | Infrastructure. Microsoft Internal Use Only. | |
VariableChanged | Infrastructure. Microsoft Internal Use Only. | |
WriteVariablesToData | Infrastructure. Microsoft Internal Use Only. |
Top