次の方法で共有


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 サーバーのプロパティとして格納できます。

適用対象