다음을 통해 공유


CompileWorkflowCleanupTask 클래스

정의

주의

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

Visual Basic을 사용하여 만든 워크플로를 컴파일할 때 사용되는 임시 파일의 내용을 지우는 MSBuild 작업을 정의합니다. 임시 파일의 내용은 지워지지만 파일은 삭제되지 않습니다. 이 클래스는 상속될 수 없습니다.

public ref class CompileWorkflowCleanupTask sealed : Microsoft::Build::Utilities::Task, Microsoft::Build::Framework::ITask
public sealed class CompileWorkflowCleanupTask : Microsoft.Build.Utilities.Task, Microsoft.Build.Framework.ITask
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public sealed class CompileWorkflowCleanupTask : Microsoft.Build.Utilities.Task, Microsoft.Build.Framework.ITask
type CompileWorkflowCleanupTask = class
    inherit Task
    interface ITask
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type CompileWorkflowCleanupTask = class
    inherit Task
    interface ITask
Public NotInheritable Class CompileWorkflowCleanupTask
Inherits Task
Implements ITask
상속
CompileWorkflowCleanupTask
특성
구현

설명

참고

이 자료에서는 더 이상 사용되지 않는 형식과 네임스페이스에 대해 설명합니다. 자세한 내용은 Deprecated Types in Windows Workflow Foundation 4.5(Windows Workflow Foundation 4.5에서 사용되지 않는 형식)를 참조하세요.

이 클래스는 Microsoft Build 프레임워크의 Task 클래스를 확장합니다. 이 클래스는 Visual Basic 프로젝트의 Windows Workflow Foundation 형식을 컴파일할 때 사용됩니다.

생성자

CompileWorkflowCleanupTask()

CompileWorkflowCleanupTask 클래스의 새 인스턴스를 초기화합니다.

속성

TemporaryFiles

Visual Basic .NET을 사용하여 만든 워크플로를 컴파일할 때 만들어진 임시 파일 경로의 배열을 가져오거나 설정합니다.

메서드

Execute()

파일을 삭제하지 않고 TemporaryFiles 속성에 지정된 파일의 내용을 지웁니다.

적용 대상