DataSpecifier.FormatString 属性

获取表示该格式的元素数据说明符字符串的一部分。

命名空间:  Microsoft.VisualStudio.Data.Framework
程序集:  Microsoft.VisualStudio.Data.Framework(在 Microsoft.VisualStudio.Data.Framework.dll 中)

语法

声明
Public ReadOnly Property FormatString As String
public string FormatString { get; }
public:
property String^ FormatString {
    String^ get ();
}
member FormatString : string
function get FormatString () : String

属性值

类型:System.String
数据说明符字符串的格式的元素,因此,如果有的话);否则,nullnull 引用(在 Visual Basic 中为 Nothing)。

.NET Framework 安全性

请参见

参考

DataSpecifier 类

Microsoft.VisualStudio.Data.Framework 命名空间