ACEUNPUB.AdsDDGetObjectProperty 方法 (IntPtr, UInt16, String, String, UInt16, Char, UInt16) | |
命名空间:
XSharp.ADS
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 STATIC METHOD AdsDDGetObjectProperty(
hDictionary AS IntPtr,
usObjectType AS WORD,
pucParent AS STRING,
pucName AS STRING,
usPropertyID AS WORD,
pucProperty AS CHAR[],
pusPropertyLen REF WORD
) AS DWORD
public static uint AdsDDGetObjectProperty(
IntPtr hDictionary,
ushort usObjectType,
string pucParent,
string pucName,
ushort usPropertyID,
char[] pucProperty,
ref ushort pusPropertyLen
)
查看代码参数
- hDictionary
- 类型:IntPtr
- usObjectType
- 类型:UInt16
- pucParent
- 类型:String
- pucName
- 类型:String
- usPropertyID
- 类型:UInt16
- pucProperty
- 类型:Char
- pusPropertyLen
- 类型:UInt16
返回值
类型:
UInt32参见