DTEClass.GetObject Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

For more information on this method, refer to GetObject.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
Public Overridable Function GetObject ( _
    Name As String _
) As Object
public virtual Object GetObject(
    string Name
)
public:
virtual Object^ GetObject(
    [InAttribute] String^ Name
)
abstract GetObject : 
        Name:string -> Object 
override GetObject : 
        Name:string -> Object 
public function GetObject(
    Name : String
) : Object

Parameters

Return Value

Type: System.Object
The object.

Implements

_DTE.GetObject(String)

.NET Framework Security

See Also

Reference

DTEClass Class

EnvDTE Namespace