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: Method

Genevieve Warren edited this pageOct 3, 2023 ·5 revisions

The following table provides wording guidelines and boilerplate text for Summary sections in method pages. For guidelines aboutOn<Event> methods, see theEvent-related section. For guidelines about documenting overloaded methods, seeOverloaded member.

ItemWordingExamples
General method<Begin with a present-tense third-person verb.>Application.DoEventsmethod summary:
Processes Windows messages that are currently in the message queue.
Task-returning or async methodAsynchronously<present-tense third-person verb> <XXX>.HttpClient.GetStringAsyncmethod summary:
Asynchronously sends a GET request to the specified Uri.
Dispose method, general overloadReleases the resources used by the current instance of the<class> class.ComponentDesigner.Disposemethod summary:
Releases the resources used by the current instance of theComponentDesigner class.
Dispose() methodReleases the resources used by the current instance of the<class> class.Timer.Disposemethod summary:
Releases the resources used by the current instance of theTimer class.
Dispose(Boolean) methodCalled by theDispose() andFinalize() methods to release the managed and unmanaged resources used by the current instance of the<class> class.DocumentDesigner.Disposemethod (Boolean):
Called by theDispose() andFinalize() methods to release the managed and unmanaged resources used by the current instance of theDocumentDesigner class.
ShouldSerialize<Property> methodIndicates whether the<Property> property should be persisted.DataGrid.ShouldSerializeBackgroundColormethod summary:
Indicates whether theBackgroundColor property should be persisted.
Reset<Property> methodResets the<Property> property to its default value.Control.ResetTextmethod summary:
Resets theText property to its default value.
Method that always throws an exceptionThrows a/an<ExceptionType> exception in all cases.

Note:
In the Remarks section, explain why the member is not supported.
DataGridViewSelectedRowCollection.Clearmethod summary:
Throws aNotSupportedException exception in all cases.
Explicit interface method implementation<Copy from the interface member if appropriate>
Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp