Namespace:  Microsoft.Internal.VisualStudio.PlatformUI
Assembly:  Microsoft.VisualStudio.Shell.10.0 (in Microsoft.VisualStudio.Shell.10.0.dll)
Syntax
声明
Public Default Property Item ( _
    name As String _
) As IVsUIObject
    Get
    Set
用法
Dim instance As UIDataSource
Dim name As String
Dim value As IVsUIObject
value = instance(name)
instance(name) = value
public IVsUIObject this[
    string name
] { get; set; }
public:
virtual property IVsUIObject^ default[String^ name] {
    IVsUIObject^ get (String^ name) sealed;
    void set (String^ name, IVsUIObject^ value) sealed;
}
abstract Item : IVsUIObject with get, set
override Item : IVsUIObject with get, set
JScript does not support indexed properties.
Parameters
- name
Type: System.String 
Property Value
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject
Implements
.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.