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

参数

返回值

类型:System.String
未设置属性时值或 String.Empty 的字符串表现形式

.NET Framework 安全性

请参见

参考

GraphObject 类

Microsoft.VisualStudio.GraphModel 命名空间