Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the project host item that has a specified name.
Namespace: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop
Assembly: Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0 (in Microsoft.VisualStudio.Tools.Applications.DesignTime.v9.0.dll)
Syntax
'Declaration
ReadOnly Default Property Item ( _
cookie As String _
) As IVstaProjectHostItem
'Usage
Dim instance As IVstaProjectHostItemCollection
Dim cookie As String
Dim value As IVstaProjectHostItem
value = instance(cookie)
IVstaProjectHostItem this[
string cookie
] { get; }
property IVstaProjectHostItem^ default[String^ cookie] {
IVstaProjectHostItem^ get (String^ cookie);
}
JScript does not support indexed properties.
Parameters
cookie
Type: System.StringA name that identifies a unique instance of a project host item.
Property Value
Type: Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop.IVstaProjectHostItem
The project host item that has 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
IVstaProjectHostItemCollection Interface
IVstaProjectHostItemCollection Members
Microsoft.VisualStudio.Tools.Applications.DesignTime.Interop Namespace