IVsDebugName.GetName(String) 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.
Gets the name of the breakpoint.
public:
int GetName([Runtime::InteropServices::Out] System::String ^ % pbstrName);
int GetName([Runtime::InteropServices::Out] std::wstring const & & pbstrName);
public int GetName (out string pbstrName);
abstract member GetName : string -> int
Public Function GetName (ByRef pbstrName As String) As Integer
Parameters
- pbstrName
- String
[out] The breakpoint name.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From textmgr.idl:
HRESULT IVsDebugName::GetName(
[out] BSTR *pbstrName
);