VirtualColumn.IsFakedReferenceName Method
Checks the reference name is one of the "faked" name.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Controls
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Controls (in Microsoft.TeamFoundation.WorkItemTracking.Controls.dll)
Syntax
'Declaration
Public Shared Function IsFakedReferenceName ( _
referenceName As String, _
<OutAttribute> ByRef fakedId As Integer _
) As Boolean
public static bool IsFakedReferenceName(
string referenceName,
out int fakedId
)
public:
static bool IsFakedReferenceName(
String^ referenceName,
[OutAttribute] int% fakedId
)
static member IsFakedReferenceName :
referenceName:string *
fakedId:int byref -> bool
public static function IsFakedReferenceName(
referenceName : String,
fakedId : int
) : boolean
Parameters
- referenceName
Type: System.String
- fakedId
Type: System.Int32%
Return Value
Type: System.Boolean
.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