GraphObject.GetValueAsString 方法
返回给定属性作为使用特定区域性的字符串。
命名空间: Microsoft.VisualStudio.GraphModel
程序集: Microsoft.VisualStudio.GraphModel(在 Microsoft.VisualStudio.GraphModel.dll 中)
语法
声明
Public Function GetValueAsString ( _
property As GraphProperty, _
culture As CultureInfo _
) As String
public string GetValueAsString(
GraphProperty property,
CultureInfo culture
)
public:
String^ GetValueAsString(
GraphProperty^ property,
CultureInfo^ culture
)
member GetValueAsString :
property:GraphProperty *
culture:CultureInfo -> string
public function GetValueAsString(
property : GraphProperty,
culture : CultureInfo
) : String
参数
property
类型:Microsoft.VisualStudio.GraphModel.GraphProperty属性要获取值。
culture
类型:CultureInfo要为字符串的转换使用的区域性。
返回值
类型:String
值或字符串的字符串表示方法。如果属性未设置,则为。
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关详细信息,请参阅通过部分受信任的代码使用库。