Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the content of the text buffer.
Namespace: Microsoft.VisualStudio.TextManager.Interop
Assembly: Microsoft.VisualStudio.TextManager.Interop (in Microsoft.VisualStudio.TextManager.Interop.dll)
Syntax
'Declaration
Public Overridable Function InitializeContent ( _
pszText As String, _
iLength As Integer _
) As Integer
public virtual int InitializeContent(
string pszText,
int iLength
)
public:
virtual int InitializeContent(
[InAttribute] String^ pszText,
[InAttribute] int iLength
)
abstract InitializeContent :
pszText:string *
iLength:int -> int
override InitializeContent :
pszText:string *
iLength:int -> int
public function InitializeContent(
pszText : String,
iLength : int
) : int
Parameters
- pszText
Type: System.String
[in] Text to insert into the buffer.
- iLength
Type: System.Int32
[in] Number of characters to be inserted.
Return Value
Type: System.Int32
Implements
IVsTextBuffer.InitializeContent(String, Int32)
.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.