IVsDataSourceInformation.Item Property
When implemented by a class, retrieves a data source information property with the specified name.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
propertyName As String _
) As Object
Object this[
string propertyName
] { get; }
property Object^ default[String^ propertyName] {
Object^ get (String^ propertyName);
}
abstract Item :
propertyName:string -> Object with get
JScript does not support indexed properties.
Parameters
propertyName
Type: System.StringThe name of the data source information property to retrieve.
Property Value
Type: System.Object
The data source information property with the specified name.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
IVsDataSourceInformation Interface
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace