Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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
'Declaración
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.