UserTrackingRecord 클래스

정의

주의

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

일치하는 경우 런타임 추적 인프라에서 추적 서비스로 UserTrackPoint 전송되는 데이터를 포함합니다.

public ref class UserTrackingRecord : System::Workflow::Runtime::Tracking::TrackingRecord
public class UserTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public class UserTrackingRecord : System.Workflow.Runtime.Tracking.TrackingRecord
type UserTrackingRecord = class
    inherit TrackingRecord
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type UserTrackingRecord = class
    inherit TrackingRecord
Public Class UserTrackingRecord
Inherits TrackingRecord
상속
UserTrackingRecord
특성

설명

메모

이 재질에서는 사용되지 않는 형식 및 네임스페이스에 대해 설명합니다. 자세한 내용은 Windows Workflow Foundation 4.5 참조하세요.

런타임 추적 인프라가 in a UserTrackPointTrackingProfile와 일치하면 해당 추적 서비스와 연결된 추적 서비스에 A를 UserTrackingRecord 보냅니 TrackingChannel 다. 추적 서비스는 추적 레코드의 데이터에 필요한 모든 작업을 수행할 수 있습니다.

생성자

Name Description
UserTrackingRecord()
사용되지 않음.

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

UserTrackingRecord(Type, String, Guid, Guid, DateTime, Int32, String, Object)
사용되지 않음.

지정된 매개 변수를 사용하여 클래스의 UserTrackingRecord 새 인스턴스를 초기화합니다.

속성

Name Description
ActivityType
사용되지 않음.

생성된 UserTrackingRecord 사용자 데이터를 내보낸 활동의 CLR(공용 언어 런타임) 형식을 가져오거나 설정합니다.

Annotations
사용되지 않음.

사용자 이벤트와 연결된 주석의 컬렉션을 가져옵니다.

Body
사용되지 않음.

일치하는 워크플로 UserTrackPoint 에서 추출된 추가 데이터가 포함된 목록을 가져옵니다.

ContextGuid
사용되지 않음.

활동의 컨텍스트입니다.

EventArgs
사용되지 않음.

항상 Nothing 대한 null 참조(Visual Basic UserTrackingRecord)입니다.

EventDateTime
사용되지 않음.

사용자 이벤트가 발생한 날짜 및 시간을 가져오거나 설정합니다.

EventOrder
사용되지 않음.

워크플로 인스턴스에서 일치하는 UserTrackPoint 사용자 이벤트의 순서를 나타내는 값을 가져오거나 설정합니다.

ParentContextGuid
사용되지 않음.

부모 활동의 컨텍스트입니다.

QualifiedName
사용되지 않음.

UserTrackingRecord작업과 연결된 활동의 정규화된 이름을 가져오거나 설정합니다.

UserData
사용되지 않음.

이 사용자 이벤트에 대한 사용자 데이터를 가져오거나 설정합니다.

UserDataKey
사용되지 않음.

이에 UserTrackingRecord대한 사용자 데이터와 연결된 키를 가져오거나 설정합니다.

메서드

Name Description
Equals(Object)
사용되지 않음.

지정된 개체가 현재 개체와 같은지 여부를 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()
사용되지 않음.

기본 해시 함수로 사용됩니다.

(다음에서 상속됨 Object)
GetType()
사용되지 않음.

현재 인스턴스의 Type 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()
사용되지 않음.

현재 Object단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()
사용되지 않음.

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상