473,511 Members | 15,131 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

System.Diagnostics.DebuggerStepThrough() for properties

Hi,

Has somebody know a equivalent to System.Diagnostics.DebuggerStepThrough()
for a property.

Thanks.

WAUQUIER Frederic

Mar 16 '07 #1
2 4065
I think you just have to add it to the get/set accessors, not the property
itself, i.e.:

public int Property
{
[DebuggerStepThrough]
get
{
}
[DebuggerStepThrough]
set
{
}
}

"Frédéric Wauquier" <fw*******@flyinggroup.localwrote in message
news:11**********************************@microsof t.com...
Hi,

Has somebody know a equivalent to System.Diagnostics.DebuggerStepThrough()
for a property.

Thanks.

WAUQUIER Frederic

Mar 16 '07 #2
Thanks for this powerfull response .

Fred

"Clive Dixon" <clived at digita dot comwrote in message
news:ue**************@TK2MSFTNGP02.phx.gbl...
>I think you just have to add it to the get/set accessors, not the property
itself, i.e.:

public int Property
{
[DebuggerStepThrough]
get
{
}
[DebuggerStepThrough]
set
{
}
}

"Frédéric Wauquier" <fw*******@flyinggroup.localwrote in message
news:11**********************************@microsof t.com...
>Hi,

Has somebody know a equivalent to
System.Diagnostics.DebuggerStepThrough() for a property.

Thanks.

WAUQUIER Frederic

Mar 19 '07 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2670
by: monkey king | last post by:
I have a given dll file(PDFCreator.dll) - probably generated by VC++. I want to use its method(PDFCreator()) in dotNet environment. It works well in WindiowsApplication, but bad in WebApplication...
0
9743
by: muralidharan | last post by:
WebForm1.aspx Code: <%@ Register TagPrefix="ComponentArt" Namespace="ComponentArt.Web.UI" Assembly="ComponentArt.Web.UI" %> <ComponentArt:TreeView id="TreeView1" Height="520"...
1
2971
by: A | last post by:
Hello all! I would like to ask, what is System.Diagnostics.DebuggerStepThrough class and what is is used for? Thanks a million! --A
3
5654
by: Luis Esteban Valencia | last post by:
A page let of work for me I commented almost all lines but nothing the code is this
3
8814
by: Brian Foree | last post by:
I am developing an ASP.NET application that uses Access 2000 as its backend, and have just started getting the following error on 2 ASP.NET pages that had been working until late last week (and I...
3
1710
by: mfc2004 | last post by:
Hi, I have a pc with windows XP SP1, net Framworks 1.1 and visual studio net 2003 When I first installed Visual Studio 2003, I noticed I was getting th follow error when showing a form A first...
2
1346
by: | last post by:
Hi, I'm using Windows XP SP1 with Visual Studio 2003. I add a blank form to a project, then I add a default control of any type (label, button, etc) to that form. When I build and run the...
2
1834
by: =?iso-8859-1?Q?Fr=E9d=E9ric_Wauquier?= | last post by:
Hi, Has somebody know a equivalent to System.Diagnostics.DebuggerStepThrough() for a property. Thanks. WAUQUIER Frederic
22
6387
by: schneider | last post by:
I need to hook the system mouse down event. I'm trying to replicate how a context menu hides when the mouse clicks outside of the control. Thanks, Schneider
0
7237
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
7137
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
1
7074
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
7506
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
5659
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5063
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...
0
4734
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
0
3219
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The...
0
445
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.