MetaProperties.GetItemByInternalName(String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取属性的值,该值指定其名称而不是其索引值。
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
包含属性的名称。
返回
注解
元数据是有关文档的信息,可用于标识特定文档、搜索文档内容、动态生成丰富内容以及其他类似操作,而无需打开文档。 元数据可以存储在文档中,也可以作为属性存储在Windows SharePoint Services服务器中。