BlueprintNode.LoadSchema Method

This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal
Assembly:  Microsoft.VisualStudio.Tools.Applications.ProgrammingModel (in Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.dll)

Syntax

'Declaration
Protected Friend Shared Function LoadSchema ( _
    resourceName As String _
) As XmlSchema
'Usage
Dim resourceName As String 
Dim returnValue As XmlSchema 

returnValue = BlueprintNode.LoadSchema(resourceName)
protected internal static XmlSchema LoadSchema(
    string resourceName
)
protected public:
static XmlSchema^ LoadSchema(
    String^ resourceName
)
protected internal static function LoadSchema(
    resourceName : String
) : XmlSchema

Parameters

Return Value

Type: System.Xml.Schema.XmlSchema

.NET Framework Security

See Also

Reference

BlueprintNode Class

BlueprintNode Members

Microsoft.VisualStudio.Tools.Applications.ProgrammingModel.Internal Namespace