Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Summary: Property

Maira Wenzel edited this pageApr 24, 2019 ·3 revisions

The following table provides wording guidelines and boilerplate text for Summary sections in property pages.

An indexer is the C# term for an indexed property. An indexer takes a parameter that indexes the value of the property. In C#, an indexer is defined with thethis keyword. For example:public string this[int index]. In Visual Basic, an indexer is equivalent to a default indexed property named Item.

ItemWordingExamples
Read/write property or indexerBoolean:
Gets or sets a value that indicates whether<condition>.

Other:
Gets or sets<summary without specifying the type>.
Control.AllowDropproperty summary:
Gets or sets a value that indicates whether the control can accept data that the user drags onto it.

Control.BackColorproperty summary:
Gets or sets the background color for the control.
Read-only property or indexerBoolean:
Gets a value that indicates whether<condition>.

Other:
Gets<summary without specifying the type>.

Note:
It isn't necessary to say "This property is read-only."
Type.IsByRef property summary:
Gets a value that indicates whether theType is passed by reference.

Type.DefaultBinderproperty summary:
Gets the default binder used by the system.
Explicit interface property implementation<Copy from the interface member if appropriate>
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp