SchemaRetriever.GetSchemas(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static cli::array <Microsoft::BizTalk::Component::Utilities::Schema ^> ^ GetSchemas(System::Object ^ objProjectSystem);
public static Microsoft.BizTalk.Component.Utilities.Schema[] GetSchemas (object objProjectSystem);
static member GetSchemas : obj -> Microsoft.BizTalk.Component.Utilities.Schema[]
Public Shared Function GetSchemas (objProjectSystem As Object) As Schema()
Parameters
- objProjectSystem
- Object
Returns
Schema[]