Partager via


IVsApplicationConfiguration Interface

Definition

Provides an interface for use when working with configuration files.

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

Methods

FileExists()

Returns a value indicating whether a configuration file exists on disk.

FilePath()

Returns the path for a configuration file.

LoadConfiguration()

Loads the configuration for a given hierarchy/itemid.

QueryEditConfiguration()

Determines if a configuration file can be modified.

Events

ConfigurationChanged

Occurs when a project's configuration has changed.

Applies to