VSConstants.VsLanguageUserDataGuid Class
These are optional IVsUserData properties that a language service can provide in order to influence the behavior of the text editor. You can get the IVsUserData interface by doing QueryInterface on the IVsLanguageInfo object of the language service implementation.
Inheritance Hierarchy
System.Object
Microsoft.VisualStudio.VSConstants.VsLanguageUserDataGuid
Namespace: Microsoft.VisualStudio
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public NotInheritable Class VsLanguageUserDataGuid
public static class VsLanguageUserDataGuid
public ref class VsLanguageUserDataGuid abstract sealed
[<AbstractClass>]
[<Sealed>]
type VsLanguageUserDataGuid = class end
public final class VsLanguageUserDataGuid
The VSConstants.VsLanguageUserDataGuid type exposes the following members.
Fields
Name | Description | |
---|---|---|
SupportCF_HTML_guid | The GUID of the property that determines whether the editor supports CF_HTML clipboard format. | |
SupportCF_HTML_string | The string form of the GUID of the property that determines whether the editor supports CF_HTML clipboard format. |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.