ElementPropertyDescriptor.GetSetValueTransactionName 方法
返回设置的 value 事务的名称的本地化字符串。
命名空间: Microsoft.VisualStudio.Modeling.Design
程序集: Microsoft.VisualStudio.Modeling.Sdk.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.11.0.dll 中)
语法
声明
Public Shared Function GetSetValueTransactionName ( _
caption As String _
) As String
public static string GetSetValueTransactionName(
string caption
)
参数
- caption
类型:System.String
描述 value " 将设置的本地化字符串。
返回值
类型:System.String
设置的 value 事务的名称的本地化字符串。
异常
异常 | 条件 |
---|---|
ArgumentNullException | caption 为 nullnull 引用(在 Visual Basic 中为 Nothing) 或是空字符串 ("")。 |
备注
SetValue 方法启动所述特性的一个设置的 value 事务。
该声明本地化根据当前线程使用的区域性。资源随 Visual Studio SDK 仅支持英语。
此方法使用配置生成声明。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。