Property | Type | Description | |
---|---|---|---|
GuidIVxTextBuffer | System.Guid | ||
GuidIWpfTextViewHost | System.Guid |
Method | Description | |
---|---|---|
GetBuffer ( this textViewAdapter ) : IVsTextLines | ||
GetFilePath ( this textViewAdapter ) : string | ||
ToITextBuffer ( this vsTextBuffer ) : ITextBuffer | ||
ToITextView ( this vsTextView ) : ITextView | ||
ToIVsTextBuffer ( this textBuffer ) : IVsTextBuffer | ||
ToIWpfTextView ( this vsTextView ) : IWpfTextView | ||
ToVsTextView ( this view ) : IVsTextView |
Method | Description | |
---|---|---|
GetFilePath ( IPersistFileFormat persistFileFormat ) : string |
public static GetBuffer ( this textViewAdapter ) : IVsTextLines | ||
textViewAdapter | this | |
return | IVsTextLines |
public static GetFilePath ( this textViewAdapter ) : string | ||
textViewAdapter | this | |
return | string |
public static ToITextBuffer ( this vsTextBuffer ) : ITextBuffer | ||
vsTextBuffer | this | |
return | ITextBuffer |
public static ToITextView ( this vsTextView ) : ITextView | ||
vsTextView | this | |
return | ITextView |
public static ToIVsTextBuffer ( this textBuffer ) : IVsTextBuffer | ||
textBuffer | this | |
return | IVsTextBuffer |
public static ToIWpfTextView ( this vsTextView ) : IWpfTextView | ||
vsTextView | this | |
return | IWpfTextView |
public static ToVsTextView ( this view ) : IVsTextView | ||
view | this | |
return | IVsTextView |
public static Guid,System GuidIVxTextBuffer | ||
return | System.Guid |