CALPOLESTR.pElems Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A pointer to an array of LPOLESTR values. Each value corresponds to an allowable value that a particular property can accept. The caller can use these string values in user interface elements, such as drop-down list boxes.
public: IntPtr pElems;
[System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPOLESTR")]
[System.Runtime.InteropServices.ComConversionLoss]
public IntPtr pElems;
[<System.Runtime.InteropServices.ComAliasName("Microsoft.VisualStudio.OLE.Interop.LPOLESTR")>]
[<System.Runtime.InteropServices.ComConversionLoss>]
val mutable pElems : nativeint
Public pElems As IntPtr
Field Value
IntPtr
nativeint
- Attributes