Share via


IDebugApplicationNode Interface

Definition

public interface class IDebugApplicationNode : Microsoft::VisualStudio::Debugger::Interop::IDebugDocumentProvider
[System.Runtime.InteropServices.Guid("51973C34-CB0C-11D0-B5C9-00A0244A0E7A")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugApplicationNode : Microsoft.VisualStudio.Debugger.Interop.IDebugDocumentProvider
[<System.Runtime.InteropServices.Guid("51973C34-CB0C-11D0-B5C9-00A0244A0E7A")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugApplicationNode = interface
    interface IDebugDocumentProvider
Public Interface IDebugApplicationNode
Implements IDebugDocumentProvider
Attributes
Implements

Methods

Attach(IDebugApplicationNode)
Close()
Detach()
EnumChildren(IEnumDebugApplicationNodes)
GetDocument(IDebugDocument)
GetDocumentClassId(Guid)
GetName(DOCUMENTNAMETYPE, String)
GetParent(IDebugApplicationNode)
SetDocumentProvider(IDebugDocumentProvider)

Applies to