DatabasePropertyPageUserControlBase.SetObjects Method
Returns the extended objects that were created from the raw set of objects that were used by this property page.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Overrides Sub SetObjects ( _
objects As Object() _
)
public override void SetObjects(
Object[] objects
)
public:
virtual void SetObjects(
array<Object^>^ objects
) override
abstract SetObjects :
objects:Object[] -> unit
override SetObjects :
objects:Object[] -> unit
public override function SetObjects(
objects : Object[]
)
Parameters
- objects
Type: array<System.Object[]
A list of objects that drive this page.
Remarks
The extended objects will generally be based on the set of objects passed in to the page through SetObjects. However, the list of objects might be modified by subclasses to contain a superset or subset for special purposes.
.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
DatabasePropertyPageUserControlBase Class
Microsoft.VisualStudio.Data.Schema.Package.Project Namespace