Project.Object Property
Gets an interface or object that can be accessed by name at run time.
Namespace: EnvDTE
Assembly: EnvDTE (in EnvDTE.dll)
Syntax
'Declaration
ReadOnly Property Object As Object
'Usage
Dim instance As Project
Dim value As Object
value = instance.Object
Object Object { get; }
property Object^ Object {
Object^ get ();
}
function get Object () : Object
Property Value
Type: System.Object
An object.
.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
Other Resources
How to: Compile and Run the Automation Object Model Code Examples