CSharpProjectConfigurationProperties3.DocumentationFile Eigenschaft

Definition

Dieser Member bietet internen Zugriff auf c#-Projekt Konfigurations Eigenschaften. Weitere Informationen finden Sie unter Zugreifen auf Projekttyp spezifisches Projekt, Projekt Element und Konfigurations Eigenschaften.

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

Eigenschaftswert

String

Implementiert

Attribute

Hinweise

Externe Komponenten können auf diese Eigenschaften über die Properties Sammlung für das entsprechende Visual Studio-Automatisierungs Objekt zugreifen. (D. h ProjectItem . für Projektdateien und-Ordner, Project für-Projekte und Configuration für-Konfigurationen). Dieser Element namens Name kann als Indexer in der Auflistung verwendet werden Properties . Weitere Informationen zum Zugreifen auf Projekteigenschaften durch Automation finden Sie unter zugreifen auf Projekttyp spezifische Projekte, Projekt Elemente und Konfigurations Eigenschaften und Gewusst wie: Zugreifen auf Konfigurations Eigenschaften für bestimmte Projekttypen.

Gilt für