OAProjectItem.Open Method
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overridable Function Open ( _
ViewKind As String _
) As Window
public virtual Window Open(
string ViewKind
)
public:
virtual Window^ Open(
String^ ViewKind
)
abstract Open :
ViewKind:string -> Window
override Open :
ViewKind:string -> Window
public function Open(
ViewKind : String
) : Window
Parameters
- ViewKind
Type: System.String
Specifies the view kind in which to open the item.
Return Value
Type: EnvDTE.Window
Window object.
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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace