LocationReference 클래스

정의

런타임에 확인할 수 있는 Location 메커니즘을 제공합니다.

public ref class LocationReference abstract
public abstract class LocationReference
type LocationReference = class
Public MustInherit Class LocationReference
상속
LocationReference
파생

설명

Variable, RuntimeArgumentDelegateArgument 모두 LocationReferences입니다. 런타임은 각각 ActivityInstance과 연결된 환경에서 상태를 관리합니다. A Location 는 이 환경에 저장된 값에 대한 읽기/쓰기 프록시입니다. A LocationReference 는 런타임에 확인할 수 있는 Location 메커니즘을 제공합니다.

추상 클래스입니다.

생성자

Name Description
LocationReference()

클래스의 새 인스턴스를 LocationReference 만듭니다.

속성

Name Description
Name

의 이름을 LocationReference가져오거나 설정합니다.

NameCore

파생 클래스에서 구현되는 경우 문화권으로 지역화된 버전의 이름을 LocationReference가져오거나 설정합니다.

Type

LocationReference형식을 가져오거나 설정합니다.

TypeCore

파생 클래스에서 구현되는 경우 문화권으로 지역화된 형식의 LocationReference버전을 가져오거나 설정합니다.

메서드

Name Description
Equals(Object)

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

(다음에서 상속됨 Object)
GetHashCode()

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

(다음에서 상속됨 Object)
GetLocation(ActivityContext)

파생 클래스에서 구현되는 경우 개체의 LocationReference 위치를 ActivityContext 추출합니다.

GetType()

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

(다음에서 상속됨 Object)
MemberwiseClone()

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

(다음에서 상속됨 Object)
ToString()

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

(다음에서 상속됨 Object)

적용 대상