IVsApplicationConfiguration Schnittstelle

Definition

Stellt eine Schnittstelle bereit, die beim Arbeiten mit Konfigurationsdateien verwendet werden soll.

public interface class IVsApplicationConfiguration : IDisposable
public interface IVsApplicationConfiguration : IDisposable
type IVsApplicationConfiguration = interface
    interface IDisposable
Public Interface IVsApplicationConfiguration
Implements IDisposable
Implementiert

Methoden

FileExists()

Gibt einen Wert zurück, der angibt, ob eine Konfigurationsdatei auf Datenträger vorhanden ist.

FilePath()

Gibt den Pfad für eine Konfigurationsdatei zurück.

LoadConfiguration()

Lädt die Konfiguration für eine angegebene Hierarchie/Itemid.

QueryEditConfiguration()

Bestimmt, ob eine Konfigurationsdatei geändert werden kann.

Ereignisse

ConfigurationChanged

Tritt auf, wenn sich die Konfiguration eines Projekts geändert hat.

Gilt für