Share via


NewSyntheticRegion.dwClient Field

Client-defined DWORD; this can be retrieved with GetClientData calls.

Namespace:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)

Syntax

'Declaration
Public dwClient As UInteger
'Usage
Dim instance As NewSyntheticRegion 
Dim value As UInteger 

value = instance.dwClient 

instance.dwClient = value
public uint dwClient
public:
unsigned int dwClient
public var dwClient : uint

Remarks

COM Signature

From textmgr.idl:

.NET Framework Security

See Also

Reference

NewSyntheticRegion Structure

NewSyntheticRegion Members

Microsoft.VisualStudio.TextManager.Interop Namespace