नोट
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप साइन इन करने या निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
इस पृष्ठ तक पहुंच के लिए प्राधिकरण की आवश्यकता होती है। आप निर्देशिकाएँ बदलने का प्रयास कर सकते हैं।
Contains an array of objects that describe programs of interest.
Syntax
public struct tagPROGRAM_NODE_ARRAY {
public uint dwCount;
public IDebugProgramNode2[] Members;
}
Members
dwCount
Number of objects in the Members array.
Members
An array of IDebugProgramNode2 objects describing the programs requested.
Remarks
This structure is part of the PROVIDER_PROCESS_DATA structure which in turn is filled in by a call to the GetProviderProcessData method.
Requirements
Header: msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll