VCFxCopTool.Dictionaries Eigenschaft

Definition

Nur Microsoft-interne Verwendung.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Eigenschaftswert

String

Eine Zeichenfolge.

Attribute

Hinweise

Mit einem Get-Vorgang wird ein MSBuild-codeanalysisdictionary-Elementtyp in eine durch Semikolons getrennte Liste mit VCBuild-Wörterbüchern konvertiert. Ein Set-Vorgang konvertiert eine durch Semikolons getrennte Liste von VCBuild-Wörterbüchern in einen MSBuild-codeanalysisdictionary-Elementtyp.

Gilt für