MetaProperties.GetItemByInternalName(String) 方法

定义

获取属性的值,该值指定其名称而不是其索引值。

public:
 Microsoft::Office::Core::MetaProperty ^ GetItemByInternalName(System::String ^ InternalName);
public Microsoft.Office.Core.MetaProperty GetItemByInternalName (string InternalName);
abstract member GetItemByInternalName : string -> Microsoft.Office.Core.MetaProperty
Public Function GetItemByInternalName (InternalName As String) As MetaProperty

参数

InternalName
String

包含属性的名称。

返回

MetaProperty

注解

元数据是有关文档的信息,可用于标识特定文档、搜索文档内容、动态生成丰富内容以及其他类似操作,而无需打开文档。 元数据可以存储在文档中,也可以作为属性存储在Windows SharePoint Services服务器中。

适用于