IDebugFunctionObject2.CreateStringObjectWithLength Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int CreateStringObjectWithLength(System::String ^ pcstrString, System::UInt32 uiLength, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int CreateStringObjectWithLength(string pcstrString, uint uiLength, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member CreateStringObjectWithLength : string * uint32 * IDebugObject -> int
Public Function CreateStringObjectWithLength (pcstrString As String, uiLength As UInteger, ByRef ppObject As IDebugObject) As Integer
Parameters
- pcstrString
- String
- uiLength
- UInt32
- ppObject
- IDebugObject