VirtualColumn.GetFakedColumnReferenceNamePrefix Method
This method is here so that other classes can retrieve mapped reference for faked columns Deserialization needs this name to re-construct the list after the workbook is loaded.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Shared Function GetFakedColumnReferenceNamePrefix As String
public static string GetFakedColumnReferenceNamePrefix()
public:
static String^ GetFakedColumnReferenceNamePrefix()
static member GetFakedColumnReferenceNamePrefix : unit -> string
public static function GetFakedColumnReferenceNamePrefix() : String
Return Value
Type: System.String
.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.
See Also
Reference
Microsoft.TeamFoundation.WorkItemTracking.Controls Namespace