Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Setting Property Descriptions
Message
Information générale
Forum:
ASP.NET
Catégorie:
Code, syntaxe and commandes
Divers
Thread ID:
01047815
Message ID:
01047830
Vues:
7
Kevin,

My bad, I thought you were referring to the description showing up in the code window. I don't know how to make it show up in the property sheet. But I wonder, did you rebuild the project/solution? I wonder if that woiuld make the difference. If not, I don't know.

HTH,
Chad

>Ok, I now have the code below. When I highlight the property in
>the proprty sheet, all is says in the description area is FieldName
>
>One thing to note. I can see the description in the object browser, but
>not in the porperty sheet.
>
>
>/// <summary>
>///  This is a string
>/// </summary>
>public string FieldName
>{
>  get
>  {
>    return m_FieldName;
>  }
>  set
>  {
>    m_FieldName = value;
>  }
>	>}
>
_________________________________
There are 2 types of people in the world:
    Those who need closure
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform