NewSpanMapping.varUserData Field

Any data supplied by the user.

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

Syntax

'宣言
Public varUserData As Object
'使用
Dim instance As NewSpanMapping
Dim value As Object

value = instance.varUserData

instance.varUserData = value
public Object varUserData
public:
Object^ varUserData
public var varUserData : Object

Field Value

Type: System.Object

Remarks

The data is copied in a call to the SetSpanMappingsand released when the span marker goes away or the SetSpanMappings method is called with null parameters.

Permissions

See Also

Reference

NewSpanMapping Structure

NewSpanMapping Members

Microsoft.VisualStudio.TextManager.Interop Namespace