VCCodeNamespace.DocComment Özellik

Tanım

Geçerli kod modeli öğesi için belge açıklamasını alır.

public:
 property System::String ^ DocComment { System::String ^ get(); void set(System::String ^ value); };
public:
 property Platform::String ^ DocComment { Platform::String ^ get(); void set(Platform::String ^ value); };
[System.Runtime.InteropServices.DispId(35)]
public string DocComment { [System.Runtime.InteropServices.DispId(35)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; [System.Runtime.InteropServices.DispId(35)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] set; }
[<System.Runtime.InteropServices.DispId(35)>]
[<get: System.Runtime.InteropServices.DispId(35)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
[<set: System.Runtime.InteropServices.DispId(35)>]
[<set: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.DocComment : string with get, set
Public Property DocComment As String

Özellik Değeri

String

Geçerli kod modeli öğesi için belge yorumu.

Öznitelikler

Açıklamalar

DocComment kodda bir tane varsa özel belge açıklamasını veya özniteliğini döndürür. Kod modelini uygulayan dilin bir belge açıklama mekanizması yoksa veya kod öğesiyle ilişkili hiçbiri yoksa DocComment boş bir dize döndürür.

Not

Bu özellik, Visual Basic kaynak kodundan kod öğeleri için salt okunurdur.

Şunlara uygulanır