MetadataValues.Item 属性 (String)

Gets an item from the collection that has the specified value.

命名空间:  Microsoft.ReportingServices.RdlObjectModel
程序集:  Microsoft.ReportingServices.Designer.Controls(在 Microsoft.ReportingServices.Designer.Controls.dll 中)

语法

声明
Public ReadOnly Default Property Item ( _
    value As String _
) As MetadataValue 
    Get
用法
Dim instance As MetadataValues 
Dim value As String 
Dim value As MetadataValue 

value = instance(value)
public MetadataValue this[
    string value
] { get; }
public:
property MetadataValue^ default[String^ value] {
    MetadataValue^ get (String^ value);
}
member Item : MetadataValue
JScript 支持使用索引属性,但不支持声明新索引属性。

参数

属性值

类型:Microsoft.ReportingServices.RdlObjectModel.MetadataValue
A MetadataValue object that has the specified value.

请参阅

参考

MetadataValues 类

Item 重载

Microsoft.ReportingServices.RdlObjectModel 命名空间