ISqlSolutionExplorerDirectoryProvider.GetStructure Method
Returns an XML document that describes the new Solution Explorer directory structure.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Sql.Project
Assembly: Microsoft.VisualStudio.Data.Schema.Package.Sql (in Microsoft.VisualStudio.Data.Schema.Package.Sql.dll)
Syntax
'Declaration
Function GetStructure As XmlDocument
XmlDocument GetStructure()
XmlDocument^ GetStructure()
abstract GetStructure : unit -> XmlDocument
function GetStructure() : XmlDocument
Return Value
Type: System.Xml.XmlDocument
.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
ISqlSolutionExplorerDirectoryProvider Interface
Microsoft.VisualStudio.Data.Schema.Package.Sql.Project Namespace