SerializedWorkspace.Deserialize Method
Note: This API is now obsolete.
Creates a serialized workspace from a file previously created by using the [Serialize] method.
Namespace: Microsoft.TeamFoundation.Build.Tasks
Assembly: Microsoft.TeamFoundation.Build.ProcessComponents (in Microsoft.TeamFoundation.Build.ProcessComponents.dll)
Syntax
'Declaration
<ObsoleteAttribute("This method has been deprecated. Please remove all references.")> _
Public Shared Function Deserialize ( _
serializedFile As String _
) As SerializedWorkspace
[ObsoleteAttribute("This method has been deprecated. Please remove all references.")]
public static SerializedWorkspace Deserialize(
string serializedFile
)
[ObsoleteAttribute(L"This method has been deprecated. Please remove all references.")]
public:
static SerializedWorkspace^ Deserialize(
String^ serializedFile
)
[<ObsoleteAttribute("This method has been deprecated. Please remove all references.")>]
static member Deserialize :
serializedFile:string -> SerializedWorkspace
public static function Deserialize(
serializedFile : String
) : SerializedWorkspace
Parameters
serializedFile
Type: System.StringThis is the fully qualified path of the serialized workspace file.
Return Value
Type: Microsoft.TeamFoundation.Build.Tasks.SerializedWorkspace
The serialized workspace from the supplied file.
.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.