IPreferences 接口
适用于版本2
表示用来与每个站点的首选项交互的接口。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Public Interface IPreferences
用法
Dim instance As IPreferences
public interface IPreferences
public interface class IPreferences
type IPreferences = interface end
public interface IPreferences
IPreferences 类型公开以下成员。
方法
名称 | 说明 | |
---|---|---|
ClearValue | 清除首选项的值(如果该值存在)。如果键不存在,则不执行任何操作。 | |
ContainsValue | 检查首选项是否包含特定值。 | |
GetValue | 根据给定的键,返回首选项值。如果尚未设置值,则返回 null。 | |
Save | 持久保存对站点首选项所做的任何更改。 | |
SetValue | 在存储中设置值。如果有值,则将覆盖现有值。 |
页首