Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Removes the specified FieldDefinition object from this collection.
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Client
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Client (in Microsoft.TeamFoundation.WorkItemTracking.Client.dll)
Syntax
'Declaration
Public Sub Remove ( _
fieldName As String _
)
public void Remove(
string fieldName
)
public:
void Remove(
String^ fieldName
)
member Remove :
fieldName:string -> unit
public function Remove(
fieldName : String
)
Parameters
- fieldName
Type: System.String
The name of the FieldDefinition object to remove.
.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.