LocationReference 클래스

정의

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

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

설명

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

이 클래스는 추상 클래스입니다.

생성자

LocationReference()

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

속성

Name

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

NameCore

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

Type

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

TypeCore

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

메서드

Equals(Object)

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

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

기본 해시 함수로 작동합니다.

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

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

GetType()

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

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

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

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

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

(다음에서 상속됨 Object)

적용 대상