VSTASKCOLUMN.fAllowUserSort 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.
Flag indicating whether the user is allowed to sort by clicking on the column's header.
public: int fAllowUserSort;
public: int fAllowUserSort;
int fAllowUserSort;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")]
public int fAllowUserSort;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.BOOL")>]
val mutable fAllowUserSort : int
Public fAllowUserSort As Integer
Field Value
- Attributes
Remarks
COM Signature
From vsshell80.idl:
BOOL fAllowUserSort;