PC Review
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
example code in xml
Forums
Newsgroups
Microsoft DotNet
Microsoft VB .NET
example code in xml
![]() |
example code in xml |
|
|
Thread Tools | Rate Thread |
|
|
#1 |
|
Guest
Posts: n/a
|
In my class lib, i am trying to inclue an example of how to use my code.
I can get the summary, parameters, return values and remarks to show up but i can't get the example? |
|
|
|
#2 |
|
Guest
Posts: n/a
|
"Brian" <bsgallatin@community.nospam> schrieb:
> In my class lib, i am trying to inclue an example of how to use my code. > I can get the summary, parameters, return values and remarks to show up > but i can't get the example? <example> (Visual Basic) <URL:http://msdn2.microsoft.com/en-us/library/ms172656.aspx> -- M S Herfried K. Wagner M V P <URL:http://dotnet.mvps.org/> V B <URL:http://dotnet.mvps.org/dotnet/faqs/> |
|
|
|
#3 |
|
Guest
Posts: n/a
|
with that example... it shows up as ...
Remarks: This sample shows how to set the ID field. Dim alice As New Employee alice.ID = 1234 what I was thinking it should do is Remarks: This sample shows how to set the ID field. Dim alice as New Employee alice.ID = 1234 "Herfried K. Wagner [MVP]" <hirf-spam-me-here@gmx.at> wrote in message news:OStgWmpkIHA.3780@TK2MSFTNGP06.phx.gbl... > "Brian" <bsgallatin@community.nospam> schrieb: >> In my class lib, i am trying to inclue an example of how to use my code. >> I can get the summary, parameters, return values and remarks to show up >> but i can't get the example? > > <example> (Visual Basic) > <URL:http://msdn2.microsoft.com/en-us/library/ms172656.aspx> > > -- > M S Herfried K. Wagner > M V P <URL:http://dotnet.mvps.org/> > V B <URL:http://dotnet.mvps.org/dotnet/faqs/> > |
|
|
|
#4 |
|
Guest
Posts: n/a
|
AFAIK, the tooltips in VB don't actually show the example part for any library. "Brian" <bsgallatin@community.nospam> wrote in message news:esS1IlqkIHA.2396@TK2MSFTNGP02.phx.gbl... |
|
![]() |
|
| Thread Tools | |
| Rate This Thread | |
|
|

Main Page 

