AllColorableItemInfo.fFlags Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.