AllColorableItemInfo.fFlags Field

Specifies attributes of an item.

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

Syntax

'宣言
Public fFlags As UInteger
'使用
Dim instance As AllColorableItemInfo
Dim value As UInteger

value = instance.fFlags

instance.fFlags = value
public uint fFlags
public:
unsigned int fFlags
public var fFlags : uint

Field Value

Type: System.UInt32

Remarks

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

Permissions

See Also

Reference

AllColorableItemInfo Structure

AllColorableItemInfo Members

Microsoft.VisualStudio.Shell.Interop Namespace