ADODC.ErrorDelegate 대리자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
주의
Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862
이벤트를 처리할 메서드를 나타냅니다 Error .
public: delegate void ADODC::ErrorDelegate(int errorNumber, System::String ^ % description, int scode, System::String ^ source, System::String ^ helpFile, int helpContext, bool % cancelDisplay);
public delegate void ADODC.ErrorDelegate(int errorNumber, ref string description, int scode, string source, string helpFile, int helpContext, ref bool cancelDisplay);
[System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")]
public delegate void ADODC.ErrorDelegate(int errorNumber, ref string description, int scode, string source, string helpFile, int helpContext, ref bool cancelDisplay);
type ADODC.ErrorDelegate = delegate of int * string * int * string * string * int * bool -> unit
[<System.Obsolete("Microsoft.VisualBasic.Compatibility.* classes are obsolete and supported within 32 bit processes only. http://go.microsoft.com/fwlink/?linkid=160862")>]
type ADODC.ErrorDelegate = delegate of int * string * int * string * string * int * bool -> unit
Public Delegate Sub ADODC.ErrorDelegate(errorNumber As Integer, ByRef description As String, scode As Integer, source As String, helpFile As String, helpContext As Integer, ByRef cancelDisplay As Boolean)
매개 변수
- errorNumber
- Int32
Integer 오류 번호를 나타내는 값입니다.
- description
- String
String 오류 메시지가 포함된 A입니다.
- scode
- Int32
Integer 오류 원본을 나타내는 값입니다.
- source
- String
원본 이름을 나타내는 A String 입니다.
- helpFile
- String
String 오류에 대한 도움말 파일을 나타내는 A입니다.
- helpContext
- Int32
Integer 도움말 항목의 컨텍스트 ID를 나타내는 값입니다.
- cancelDisplay
- Boolean
Boolean 사용자가 오류 대화 상자를 취소할 수 있는지 여부를 결정하는 A입니다.
- 특성
설명
메모
네임스페이 Microsoft.VisualBasic.Compatibility.VB6 스의 함수 및 개체는 Visual Basic 6.0에서 Visual Basic으로 업그레이드하기 위한 도구에서 사용할 수 있도록 제공됩니다. 대부분의 경우 이러한 함수와 개체는 .NET Framework의 다른 네임스페이스에서 찾을 수 있는 기능을 복제합니다. Visual Basic 6.0 코드 모델이 .NET Framework 구현과 크게 다른 경우에만 필요합니다.
확장명 메서드
| Name | Description |
|---|---|
| GetMethodInfo(Delegate) |
사용되지 않음.
지정된 대리자가 나타내는 메서드를 나타내는 개체를 가져옵니다. |