AllColorableItemInfo.fFlags Field

Definition

Specifies attributes of an item.

public: System::UInt32 fFlags;
public: unsigned int fFlags;
unsigned int fFlags;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.FCITEMFLAGS")]
public uint fFlags;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.Shell.Interop.FCITEMFLAGS")>]
val mutable fFlags : uint32
Public fFlags As UInteger 

Field Value

Attributes

Remarks

The fFlags member is a combination (binary OR) of members of the __FCITEMFLAGS enumeration.

Applies to