CallType 열거형
정의
CallByName
함수를 호출할 때 호출되는 프로시저 형식을 나타냅니다.Indicates the type of procedure being invoked when calling the CallByName
function.
public enum class CallType
public enum CallType
type CallType =
Public Enum CallType
- 상속
필드
Get | 2 | 속성 값을 가져옵니다.A property value is being retrieved. 이 멤버는 Visual Basic 상수 |
Let | 4 | 개체 속성 값을 결정합니다.An Object property value is being determined. 이 멤버는 Visual Basic 상수 |
Method | 1 | 메서드를 호출합니다.A method is being invoked. 이 멤버는 Visual Basic 상수 |
Set | 8 | 속성 값을 결정합니다.A property value is being determined. 이 멤버는 Visual Basic 상수 |
설명
함수를 호출 하는 경우 CallByName
CallType
실제 값 대신 코드에서 다음 열거형 멤버를 사용할 수 있습니다.When you call the CallByName
function, you can use the following CallType
enumeration members in your code in place of the actual values. 합니다 UseCallType
인수는 CallType
열거형 멤버입니다.The UseCallType
argument takes the CallType
enumeration members.