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
'Declaration
Public varUserData As Object
public Object varUserData
public:
Object^ varUserData
val mutable varUserData: Object
public var varUserData : 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.