Classe VsTextLineStorageClass
Representa a imagem que é mantida e unpersisted. Representa o intervalo de texto visível e editável por modos de exibição de editor de texto.
Hierarquia de herança
Object
Microsoft.VisualStudio.TextManager.Interop.VsTextLineStorageClass
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (em Microsoft.VisualStudio.TextManager.Interop.dll)
Sintaxe
'Declaração
<GuidAttribute("D6513A91-ACC8-11D2-8919-0000F87579D2")> _
<ClassInterfaceAttribute()> _
Public Class VsTextLineStorageClass _
Implements IVsTextStorage, VsTextLineStorage, IVsPersistentTextImage
[GuidAttribute("D6513A91-ACC8-11D2-8919-0000F87579D2")]
[ClassInterfaceAttribute()]
public class VsTextLineStorageClass : IVsTextStorage,
VsTextLineStorage, IVsPersistentTextImage
[GuidAttribute(L"D6513A91-ACC8-11D2-8919-0000F87579D2")]
[ClassInterfaceAttribute()]
public ref class VsTextLineStorageClass : IVsTextStorage,
VsTextLineStorage, IVsPersistentTextImage
[<GuidAttribute("D6513A91-ACC8-11D2-8919-0000F87579D2")>]
[<ClassInterfaceAttribute()>]
type VsTextLineStorageClass =
class
interface IVsTextStorage
interface VsTextLineStorage
interface IVsPersistentTextImage
end
public class VsTextLineStorageClass implements IVsTextStorage, VsTextLineStorage, IVsPersistentTextImage
O tipo VsTextLineStorageClass expõe os membros a seguir.
Construtores
Nome | Descrição | |
---|---|---|
VsTextLineStorageClass |
Superior
Métodos
Nome | Descrição | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Herdado de Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Herdado de Object.) | |
GetHashCode | Serves as the default hash function. (Herdado de Object.) | |
GetType | Gets the Type of the current instance. (Herdado de Object.) | |
Image_Alloc | ||
Image_CloseFullTextScan | ||
Image_Free | ||
Image_FullTextRead | ||
Image_GetLength | ||
Image_LoadText | ||
Image_OpenFullTextScan | ||
Image_Realloc | ||
MemberwiseClone | Creates a shallow copy of the current Object. (Herdado de Object.) | |
Storage_Attach | ||
Storage_CopyText | ||
Storage_Detach | ||
Storage_Find | ||
Storage_GetCharsInSpan | ||
Storage_GetLanguageServiceID | ||
Storage_GetLength | ||
Storage_GetLengthOfLine | ||
Storage_GetLineCount | ||
Storage_GetLineDataEx | ||
Storage_GetLineIndexOfPosition | ||
Storage_GetPositionOfLineIndex | ||
Storage_RefreshColorization | ||
Storage_ReleaseLineDataEx | ||
Storage_Replace | ||
Storage_SetLanguageServiceID | ||
ToString | Returns a string that represents the current object. (Herdado de Object.) |
Superior
Comentários
Você não pode criar uma instância dessa classe com o new palavra-chave. Em vez disso, você deve obter o ILocalRegistry de objetos e criar o objeto com CreateInstance. O MPF encapsula esse método com CreateInstance.
Acesso thread-safe
Quaisquer membros estático (Shared no Visual Basic) públicos deste tipo são thread-safe. Não há garantia de que qualquer membro de instância seja thread-safe.