IPopulator.GetContainingTypes Method
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.ToolWindows.DatabaseSchemaView.SchemaHierarchy
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Function GetContainingTypes As IList(Of Type)
'Usage
Dim instance As IPopulator
Dim returnValue As IList(Of Type)
returnValue = instance.GetContainingTypes()
IList<Type> GetContainingTypes()
IList<Type^>^ GetContainingTypes()
function GetContainingTypes() : IList<Type>
abstract GetContainingTypes : unit -> IList<Type>
Return Value
Type: System.Collections.Generic.IList<Type>
.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.