SampleClassVariousNoteExamples Method
This shows the result of the various note types.
Namespace: XMLCommentsExamplesAssembly: XMLCommentsExamples (in XMLCommentsExamples.dll) Version: 2014.1.26.0
public virtual void VariousNoteExamples()
Public Overridable Sub VariousNoteExamples
public:
virtual void VariousNoteExamples()
abstract VariousNoteExamples : unit -> unit
override VariousNoteExamples : unit -> unit
These are various examples of the different note types.
This example demonstrates the handling of a note element with no
defined type. It defaults to the "note" style.
Always document your code to help others understand how it is used.
Override this method in a derived class to do something useful
Calling this implementation will have no effect at all
Types inheriting this base method will have no use for it as it does nothing
Use of this method is not recommended.
XML is case-sensitive so the note type must be entered as shown in order for
it to be interpreted correctly.
Calling this method excessively will only slow down your application.
It is always safe to call this method.
This method requires no special privileges
Use parentheses when calling this method in C#.
Parentheses are not required when calling this method in Visual Basic.
Use parentheses when calling this method in C++.
Use parentheses when calling this method in J#.
This could contain a To Do list.
This note contains a custom title.
See the note
topic for a full list of all possible note types.