VS 2008 driving me crazy...


Author
Message
Trent Taylor
Trent Taylor
StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)StrataFrame Developer (14K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 7K
You're saying that VS is taking the property code from above and converting it into a private?!?!?!  I have never experienced or even heard of anything even remotely close to this type of behavior if that is what you are saying!  Crazy
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (4.8K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
The editor in VS 2008 keeps autohiding my properties, while I'm typing in them. I.e. I have a standard property, with xml comments, like:



Private _myProp As Integer



'''<Summary>

''' I'll be typing here especially and the damn thing hides itself on me...

''' </Summary>

''' etc.

Public Property MyProp() As Integer

Get

Return _myProp

End Get

Set(value As Integer)

_myProp = value

End Set

End Property




When it hides itself it'll look like:



private _myProp As Integer...




Any idea on how to alter this behavior?
GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search