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
Name
Type: System.StringThe name of the object.
Return Value
Type: System.Object
The 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.