IPreferences.GetValue 方法
适用于版本2
根据给定的键,返回首选项值。如果尚未设置值,则返回 null。
命名空间: Microsoft.WebMatrix.Extensibility
程序集: Microsoft.WebMatrix.Extensibility(在 Microsoft.WebMatrix.Extensibility.dll 中)
语法
声明
Function GetValue ( _
key As String _
) As String
用法
Dim instance As IPreferences
Dim key As String
Dim returnValue As String
returnValue = instance.GetValue(key)
string GetValue(
string key
)
String^ GetValue(
String^ key
)
abstract GetValue :
key:string -> string
function GetValue(
key : String
) : String
参数
key
类型:System.String首选项值。
返回值
类型:System.String
首选项值。