CodeComment Konstruktorok

Definíció

Inicializálja a CodeComment osztály új példányát.

Túlterhelések

Name Description
CodeComment()

Inicializálja a CodeComment osztály új példányát.

CodeComment(String)

Inicializálja az osztály új példányát CodeComment a megadott szöveggel tartalomként.

CodeComment(String, Boolean)

Inicializálja az osztály új példányát a CodeComment megadott szöveg- és dokumentáció-megjegyzésjelölővel.

CodeComment()

Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs

Inicializálja a CodeComment osztály új példányát.

public:
 CodeComment();
public CodeComment();
Public Sub New ()

A következőre érvényes:

CodeComment(String)

Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs

Inicializálja az osztály új példányát CodeComment a megadott szöveggel tartalomként.

public:
 CodeComment(System::String ^ text);
public CodeComment(string text);
new System.CodeDom.CodeComment : string -> System.CodeDom.CodeComment
Public Sub New (text As String)

Paraméterek

text
String

A megjegyzés tartalma.

A következőre érvényes:

CodeComment(String, Boolean)

Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs
Forrás:
CodeComment.cs

Inicializálja az osztály új példányát a CodeComment megadott szöveg- és dokumentáció-megjegyzésjelölővel.

public:
 CodeComment(System::String ^ text, bool docComment);
public CodeComment(string text, bool docComment);
new System.CodeDom.CodeComment : string * bool -> System.CodeDom.CodeComment
Public Sub New (text As String, docComment As Boolean)

Paraméterek

text
String

A megjegyzés tartalma.

docComment
Boolean

trueha a megjegyzés dokumentációs megjegyzés; egyéb esetben. false

A következőre érvényes: