次の方法で共有


MetadataValues.Item[String] プロパティ

定義

指定した値を持つアイテムをコレクションから取得します。

public:
 property Microsoft::ReportingServices::RdlObjectModel::MetadataValue ^ default[System::String ^] { Microsoft::ReportingServices::RdlObjectModel::MetadataValue ^ get(System::String ^ value); };
public Microsoft.ReportingServices.RdlObjectModel.MetadataValue this[string value] { get; }
member this.Item(string) : Microsoft.ReportingServices.RdlObjectModel.MetadataValue
Default Public ReadOnly Property Item(value As String) As MetadataValue

パラメーター

value
String

メタデータの値。

プロパティ値

指定した値を持つ MetadataValue オブジェクトです。

適用対象