Edit

Share via


PORT_SUPPLIER_DESCRIPTION_FLAGS

Defines the metadata that can be retrieved about a port supplier.

Syntax

public enum enum_PORT_SUPPLIER_DESCRIPTION_FLAGS
{
    PSDFLAG_SHOW_WARNING_ICON = 0x1
};

Fields

PSDFLAG_SHOW_WARNING_ICON
If selected, the warning icon will be displayed in the UI.

Remarks

This enumeration is returned by the GetDescription method.

Requirements

Header: Msdbg.h

Namespace: Microsoft.VisualStudio.Debugger.Interop

Assembly: Microsoft.VisualStudio.Debugger.Interop.dll

See also