UASFLAGS Enumeration

This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
<FlagsAttribute> _
Public Enumeration UASFLAGS
[FlagsAttribute]
public enum UASFLAGS
[FlagsAttribute]
public enum class UASFLAGS
[<FlagsAttribute>]
type UASFLAGS
public enum UASFLAGS

Members

Member name Description
UAS_BLOCKED
UAS_MASK
UAS_NOPARENTENABLE
UAS_NORMAL

Remarks

For information on the COM interface, see UASFLAGS

See Also

Reference

Microsoft.VisualStudio.OLE.Interop Namespace