Share via


IDebugDocumentHelper32.Init Method

Definition

public:
 int Init(Microsoft::VisualStudio::Debugger::Interop::IDebugApplication32 ^ pda, System::String ^ pszShortName, System::String ^ pszLongName, System::UInt32 docAttr);
public int Init(Microsoft.VisualStudio.Debugger.Interop.IDebugApplication32 pda, string pszShortName, string pszLongName, uint docAttr);
abstract member Init : Microsoft.VisualStudio.Debugger.Interop.IDebugApplication32 * string * string * uint32 -> int
Public Function Init (pda As IDebugApplication32, pszShortName As String, pszLongName As String, docAttr As UInteger) As Integer

Parameters

pszShortName
String
pszLongName
String
docAttr
UInt32

Returns

Applies to