You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

198 lines
7.6 KiB

<topic template="API_general" status="Complete" lasteditedby="VSdocman">
<title translate="true">Enum_InfoTyp Enumeration</title>
<keywords>
<keyword translate="true">Enum_InfoTyp Enumeration</keyword>
<keyword translate="true">EDKB12WS.clsDivFnkt.Enum_InfoTyp Enumeration</keyword>
<keyword translate="true">Enum_InfoTyp Enumeration</keyword>
</keywords>
<a-keywords>
<a-keyword>topic_0000000000000033</a-keyword>
<a-keyword>EDKB12WS.clsDivFnkt.Enum_InfoTyp</a-keyword>
</a-keywords>
<topic-variables>
<topic-variable id="CONTEXT-TERM1">EDKB12WS.clsDivFnkt.Enum_InfoTyp</topic-variable>
<topic-variable id="CONTEXT-TERM2">Enum_InfoTyp</topic-variable>
<topic-variable id="CONTEXT-TERM3">EDKB12WS.clsDivFnkt.Enum_InfoTyp</topic-variable>
<topic-variable id="MEMBER-FULLNAME">EDKB12WS.clsDivFnkt.Enum_InfoTyp</topic-variable>
<topic-variable id="MEMBER-ASSEMBLY-NAME">EDKB12WS (in EDKB12WS.exe)</topic-variable>
<topic-variable id="MEMBER-NAME">Enum_InfoTyp</topic-variable>
<topic-variable id="MEMBER-TYPE">Enumeration</topic-variable>
<topic-variable id="MEMBER-PARENT">EDKB12WS.clsDivFnkt</topic-variable>
<topic-variable id="MEMBER-LINK">topic_0000000000000033</topic-variable>
</topic-variables>
<body>
<header>
<para styleclass="Title"><text styleclass="Title" translate="true">Enum_InfoTyp Enumeration</text></para>
</header>
<para styleclass="Normal">
<br/><text styleclass="Normal" style="font-weight:bold;" translate="true">Assembly:</text>
<text styleclass="Normal" translate="true">
EDKB12WS (in EDKB12WS.exe)
</text>
</para>
<para styleclass="Heading1"><conditional-text type="IFNOT" value="PDF,PRINT"/><image src="expall.gif" scale="100.00%" styleclass="Heading1"></image><conditional-text type="END"/><toggle type="dropdown" print-expanded="true" help-expanded="true" defaultstyle="true" src-collapsed="expall.gif" src-expanded="collall.gif" styleclass="Heading1"><caption translate="true"><![CDATA[Members]]></caption></toggle></para>
<para styleclass="ToggleSectionParagraph"><table styleclass="ToggleSection" rowcount="1" colcount="1" style="border-width:0px; border-spacing:0px; border-collapse:collapse; cell-border-width:1px; border-color:#ffffff; border-style:solid;">
<tr style="vertical-align:top">
<td style="width:10%; background-color:#ffffff;">
<para styleclass="Normal"><table styleclass="MainSectionTable" colcount="2">
<thead style="vertical-align:top">
<td>
<para styleclass="Table Heading"><text styleclass="Table Heading" translate="true">Member name</text></para>
</td>
<td>
<para styleclass="Table Heading"><text styleclass="Table Heading" translate="true">Description</text></para>
</td>
</thead>
<tr style="vertical-align:top">
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true" style="font-weight:bold;">
Fehler
</text></para>
</td>
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true"> </text></para>
</td>
</tr>
<tr style="vertical-align:top">
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true" style="font-weight:bold;">
Information
</text></para>
</td>
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true"> </text></para>
</td>
</tr>
<tr style="vertical-align:top">
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true" style="font-weight:bold;">
Keine
</text></para>
</td>
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true"> </text></para>
</td>
</tr>
<tr style="vertical-align:top">
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true" style="font-weight:bold;">
Warnung
</text></para>
</td>
<td>
<para styleclass="Table Text"><text styleclass="Table Text" translate="true"> </text></para>
</td>
</tr>
</table></para>
</td>
</tr>
</table></para>
</td>
</tr>
</table></para>
$END-IFNOTEMPTY$
<para styleclass="Heading1"><conditional-text type="IFNOT" value="PDF,PRINT"/><image src="expall.gif" scale="100.00%" styleclass="Heading1"></image><conditional-text type="END"/><toggle type="dropdown" print-expanded="true" help-expanded="true" defaultstyle="true" src-collapsed="expall.gif" src-expanded="collall.gif" styleclass="Heading1"><caption translate="true"><![CDATA[Source code]]></caption></toggle></para>
<para styleclass="ToggleSectionParagraph"><table styleclass="ToggleSection" rowcount="1" colcount="1" style="border-width:0px; border-spacing:0px; border-collapse:collapse; cell-border-width:1px; border-color:#ffffff; border-style:solid;">
<tr style="vertical-align:top">
<td style="width:10%; background-color:#ffffff;">
<para styleclass="Normal"><table styleclass="CodeTable" rowcount="2" colcount="2">
<tr style="vertical-align:top">
<td>
<para styleclass="Table Heading VB"><text styleclass="Table Heading VB" translate="true">Visual Basic</text></para>
</td>
<td style="width:1%;">
<para styleclass="Copy Code Link"><conditional-text type="IF" value="CHM,HTML,HXS"/><html-code width="200" height="20" translate="true"><![CDATA[<span title="Copy Code" class="copyCode" onclick="CopyCode(this)" onkeypress="CopyCode_CheckKey(this, event)" onmouseover="ChangeCopyCodeIcon(this)" onmouseout="ChangeCopyCodeIcon(this)" tabindex="0"><img class="copyCodeImage" name="ccImage" align="absmiddle" alt="Copy Code" src="copycode.gif" />Copy Code</span>
]]></html-code><conditional-text type="END"/></para>
</td>
</tr>
<tr style="vertical-align:top">
<td colspan="2">
<para styleclass="Code Example"><text styleclass="Code Example" translate="true">
Public Enum Enum_InfoTyp<br/> &#160; &#160;Keine = 0<br/> &#160; &#160;Information = 1<br/> &#160; &#160;Warnung = 2<br/> &#160; &#160;Fehler = 3<br/> End Enum
</text></para>
</td>
</tr>
</table></para>
</td>
</tr>
</table></para>
<para styleclass="Heading1"><anchor id="seeAlsoToggle" styleclass="Heading1"></anchor><conditional-text type="IFNOT" value="PDF,PRINT"/><image src="expall.gif" scale="100.00%" styleclass="Heading1"></image><conditional-text type="END"/><toggle type="dropdown" id="seeAlsoToggleSection" print-expanded="true" help-expanded="true" defaultstyle="true" src-collapsed="expall.gif" src-expanded="collall.gif" styleclass="Heading1"><caption translate="true"><![CDATA[See Also]]></caption></toggle></para>
<para styleclass="ToggleSectionParagraph"><table styleclass="ToggleSection" rowcount="1" colcount="1">
<tr style="vertical-align:top">
<td style="width:10%; background-color:#ffffff;">
<para styleclass="Heading2"><text styleclass="Heading2" translate="true">Reference</text></para>
<para styleclass="Normal"><text styleclass="Normal" translate="true">
<link displaytype="text" styleclass="Normal" defaultstyle="true" type="topiclink" href="topic_0000000000000031" translate="true">clsDivFnkt Class<title translate="true">clsDivFnkt Class</title></link><br/>
<link displaytype="text" styleclass="Normal" defaultstyle="true" type="topiclink" href="topic_0000000000000031_members--" translate="true">clsDivFnkt clsDivFnkt Members<title translate="true">clsDivFnkt clsDivFnkt Members</title></link><br/>
</para>
</td>
</tr>
</table></para>
</body>
</topic>