Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the metadata that can be retrieved about a port supplier.
enum enum_PORT_SUPPLIER_DESCRIPTION_FLAGS
{
PSDFLAG_SHOW_WARNING_ICON = 0x1
};
typedef DWORD PORT_SUPPLIER_DESCRIPTION_FLAGS;
public enum enum_PORT_SUPPLIER_DESCRIPTION_FLAGS
{
PSDFLAG_SHOW_WARNING_ICON = 0x1
};
Terms
- PSDFLAG_SHOW_WARNING_ICON
If selected, the warning icon will be displayed in the UI.
Remarks
This enumeration is returned by the IDebugPortSupplierDescription2::GetDescription method.
Requirements
Header: Msdbg.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll