ProjectConfigurationProperties3.UseVSHostingProcess Eigenschaft

Definition

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

public:
 property bool UseVSHostingProcess { bool get(); void set(bool value); };
public:
 property bool UseVSHostingProcess { bool get(); void set(bool value); };
[System.Runtime.InteropServices.DispId(10110)]
public bool UseVSHostingProcess { [System.Runtime.InteropServices.DispId(10110)] get; [System.Runtime.InteropServices.DispId(10110)] set; }
[<System.Runtime.InteropServices.DispId(10110)>]
[<get: System.Runtime.InteropServices.DispId(10110)>]
[<set: System.Runtime.InteropServices.DispId(10110)>]
member this.UseVSHostingProcess : bool with get, set
Public Property UseVSHostingProcess As Boolean

Eigenschaftswert

Boolean
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.

Gilt für