DataCollectorFriendlyNameAttribute.IsResourceName 属性
获取指示友好名称是否为资源名称的值。
命名空间: Microsoft.VisualStudio.TestTools.Execution
程序集: Microsoft.VisualStudio.QualityTools.ExecutionCommon(在 Microsoft.VisualStudio.QualityTools.ExecutionCommon.dll 中)
语法
声明
Public ReadOnly Property IsResourceName As Boolean
Get
public bool IsResourceName { get; }
public:
virtual property bool IsResourceName {
bool get () sealed;
}
abstract IsResourceName : bool
override IsResourceName : bool
final function get IsResourceName () : boolean
属性值
类型:System.Boolean
一个 bool 值,指示提供的友好名称 string 是否为资源名称。false 值指示提供的 string 应直接用作数据收集器的友好名称;否则,将根据当前语言设置从资源中提取友好名称。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。
请参见
参考
DataCollectorFriendlyNameAttribute 类
Microsoft.VisualStudio.TestTools.Execution 命名空间
DataCollectorFriendlyNameAttribute