AutoColumnListViewColumn.ContentType Property
Get/Set the column content type
Namespace: Microsoft.TeamFoundation.Controls.WPF
Assembly: Microsoft.TeamFoundation.Controls (in Microsoft.TeamFoundation.Controls.dll)
Syntax
'Declaration
Public Property ContentType As AutoColumnListViewColumnContentType
public AutoColumnListViewColumnContentType ContentType { get; set; }
public:
property AutoColumnListViewColumnContentType ContentType {
AutoColumnListViewColumnContentType get ();
void set (AutoColumnListViewColumnContentType value);
}
member ContentType : AutoColumnListViewColumnContentType with get, set
function get ContentType () : AutoColumnListViewColumnContentType
function set ContentType (value : AutoColumnListViewColumnContentType)
Property Value
Type: Microsoft.TeamFoundation.Controls.WPF.AutoColumnListViewColumnContentType
Returns AutoColumnListViewColumnContentType.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.