StrataFrame Forum
Back
Login
Login
Home
»
.NET Forums
»
General .NET Discussion
»
VS 2008 driving me crazy...
VS 2008 driving me crazy...
Post Reply
Like
0
Prev
1
2
Jump To Page
VS 2008 driving me crazy...
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Trent Taylor
Trent Taylor
posted 17 Years Ago
ANSWER
Post Details
Share Post
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!
Reply
Like
0
Greg McGuffey
Greg McGuffey
posted 17 Years Ago
ANSWER
HOT
Topic Details
Share Topic
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?
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Prev
1
2
Jump To Page
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search