ISchemaHierarchyPopulator.GetContainingTypes Method
Returns a list of types that this populator could return as children.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Function GetContainingTypes As IList(Of Type)
IList<Type> GetContainingTypes()
IList<Type^>^ GetContainingTypes()
abstract GetContainingTypes : unit -> IList<Type>
function GetContainingTypes() : IList<Type>
Return Value
Type: System.Collections.Generic.IList<Type>
The list of types this populator will use when it creates children.
Remarks
You can use this method to determine what types would be displayed under this node should the model have these types of instances.
.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
ISchemaHierarchyPopulator Interface
Microsoft.VisualStudio.Data.Schema.Package.Project.SchemaModelViewer Namespace