VARDESC 结构
定义
注意
Use System.Runtime.InteropServices.ComTypes.VARDESC instead. http://go.microsoft.com/fwlink/?linkid=14202
注意
此 API 现已过时。
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 ,请参阅 MSDN library。For additional information about VARDESC, see the MSDN Library.
字段
| elemdescVar |
包含变量类型。Contains the variable type. |
| lpstrSchema |
保留此字段供将来使用。This field is reserved for future use. |
| memid |
指示变量的成员 ID。Indicates the member ID of a variable. |
| varkind |
定义应如何对变量进行封送处理。Defines how a variable should be marshaled. |
| wVarFlags |
定义变量的属性。Defines the properties of a variable. |