VARDESC 구조체

정의

주의

Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202

주의

이 API는 이제 사용되지 않습니다.

대신 VARDESC를 사용하세요.

public value class VARDESC
[System.Runtime.InteropServices.ComVisible(false)]
public struct VARDESC
[System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)]
public struct VARDESC
[System.Obsolete]
public struct VARDESC
[<System.Runtime.InteropServices.ComVisible(false)>]
type VARDESC = struct
[<System.Obsolete("Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202", false)>]
type VARDESC = struct
[<System.Obsolete>]
type VARDESC = struct
Public Structure VARDESC
상속
VARDESC
특성

설명

에 대 한 자세한 내용은 VARDESC, MSDN Library를 참조 합니다.

필드

elemdescVar

변수 형식을 포함합니다.

lpstrSchema

이 필드는 나중에 사용되도록 예약되어 있습니다.

memid

변수의 멤버 ID를 나타냅니다.

varkind

변수가 마샬링되는 방법을 정의합니다.

wVarFlags

변수의 속성을 정의합니다.

적용 대상