ExternalVariable<T> 클래스

 

인스턴스가 유지되는 동안에도 외부적으로 쿼리될 수 있는 글로벌 상태를 모델링하는 데 사용된 워크플로 변수입니다.

네임스페이스:   Microsoft.Activities
어셈블리:  Microsoft.Activities.dll의 Microsoft.Activities

상속 계층 구조

System.Object
  Microsoft.Activities.ExternalVariable
    Microsoft.Activities.ExternalVariable<T>

구문

public sealed class ExternalVariable<T> : ExternalVariable
generic<typename T>
public ref class ExternalVariable sealed : ExternalVariable
[<Sealed>]
type ExternalVariable<'T> = 
    class
        inherit ExternalVariable
    end
Public NotInheritable Class ExternalVariable(Of T)
    Inherits ExternalVariable

형식 매개 변수

  • T
    외부 변수의 형식입니다.

생성자

이름 설명
System_CAPS_pubmethod ExternalVariable<T>()

ExternalVariable<T> 클래스의 새 인스턴스를 초기화합니다.

속성

이름 설명
System_CAPS_pubproperty Default

외부 변수가 설정되지 않은 경우 사용할 기본값을 가져오거나 설정합니다.

System_CAPS_pubproperty Modifiers

변수 한정자를 가져오거나 설정합니다.(ExternalVariable에서 상속됨.)

System_CAPS_pubproperty Name

외부 변수의 이름을 가져오거나 설정합니다.(ExternalVariable에서 상속됨.)

System_CAPS_pubproperty Type

외부 변수의 형식을 가져옵니다.(ExternalVariable.Type을(를) 재정의함)

메서드

이름 설명
System_CAPS_pubmethod Equals(Object)

(Object에서 상속됨.)

System_CAPS_pubmethod GetHashCode()

(Object에서 상속됨.)

System_CAPS_pubmethod GetType()

(Object에서 상속됨.)

System_CAPS_pubmethod ToString()

(Object에서 상속됨.)

스레드로부터의 안전성

이 형식의 모든 public static (Visual Basic의 경우 Shared) 멤버는 스레드로부터 안전합니다. 인터페이스 멤버는 스레드로부터 안전하지 않습니다.

참고 항목

Microsoft.Activities 네임스페이스

맨 위로 이동